Enable site after certificate creation
This commit is contained in:
parent
68a0c17459
commit
1414edb2a5
|
@ -279,6 +279,7 @@ function add_cert_letsencrypt {
|
||||||
|
|
||||||
update_default_domain
|
update_default_domain
|
||||||
|
|
||||||
|
nginx_ensite ${LETSENCRYPT_HOSTNAME}
|
||||||
systemctl start nginx
|
systemctl start nginx
|
||||||
|
|
||||||
if [ $PIN_CERTS ]; then
|
if [ $PIN_CERTS ]; then
|
||||||
|
|
Loading…
Reference in New Issue