Add 'scripts/getcert.sh'
parent
017a46f1ec
commit
96646e98f5
|
@ -0,0 +1,5 @@
|
|||
#/bin/sh
|
||||
|
||||
systemctl stop nginx
|
||||
certbot certonly -n --standalone --agree-tos -d $1 -m $2
|
||||
systemctl start nginx
|
Loading…
Reference in New Issue