home · contact · privacy
WIP.
[config] / all_new_2018 / letsencrypt_local_set.sh
index a308ddcc444c58eba27d9ca7130ea393e2fab729..5fdf7036b5596c5267f653094826e2e6cb028357 100755 (executable)
@@ -8,6 +8,9 @@ if [ $# -lt 1 ]; then
 fi
 mail_address="$1"
 
+# We need certbot to get LetsEncrypt certificates.
+apt install -y certbot
+
 # If port 80 blocked by iptables, open it.
 set +e
 iptables -C INPUT -p tcp --dport 80 -j ACCEPT