finish install script automation
This commit is contained in:
parent
aecd5cb1fd
commit
dd8f108f96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user