finish install script automation

This commit is contained in:
Paul Liverman III 2018-04-24 06:36:32 -07:00
parent aecd5cb1fd
commit dd8f108f96

View File

@ -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