From dd8f108f96da4fea716edfd122b39fc5def30dc2 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Tue, 24 Apr 2018 06:36:32 -0700 Subject: [PATCH] finish install script automation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 41804d4..04e5909 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,7 @@ sudo luarocks install lapis-console # not used yet, but I totally will if [ "$1" != "dev" ] then sudo nginx -s stop - sudo certbot-auto certonly --standalone --agree-tos -m $EMAIL_ADDRESS -d $DOMAIN_NAME + sudo certbot-auto certonly --standalone --agree-tos --no-eff-email -n -m $EMAIL_ADDRESS -d $DOMAIN_NAME sudo nginx openssl dhparam -out ./dhparams.pem 2048 fi