@ -38,7 +38,7 @@
--> /etc/nginx/nginx.conf< / span > < span ng-if = "isModularized()" > < span ng-repeat = "(_site, _domain) in getDomains() track by $index" ng-if = "isCertLetsEncrypt(_site)" > <!--
--> /etc/nginx/sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf< / span > < / span >
< span class = "hljs-comment" > < span class = "counter" > .< / span > Configure < strong > Certbot< / strong > to reload < strong > NGINX< / strong > on success:< / span >
< span class = "hljs-section" > echo< / span > < span class = "hljs-attribute" > -e< / span > '#!/bin/bash\nnginx -t & & systemctl reload nginx.service ' | < strong > sudo< / strong > < span class = "hljs-section" > tee< / span > /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
< span class = "hljs-section" > echo< / span > < span class = "hljs-attribute" > -e< / span > '#!/bin/bash\nnginx -t & & systemctl reload nginx' | < strong > sudo< / strong > < span class = "hljs-section" > tee< / span > /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
< strong > sudo< / strong > < span class = "hljs-section" > chmod< / span > < span class = "hljs-attribute" > a+x< / span > /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
< span class = "hljs-comment" > < span class = "counter" > .< / span > Obtain certificate{{ getDomains().length > 1 ? 's' : '' }}:< / span > <!--
-->< span ng-repeat = "(_site, _domain) in getDomains() track by $index" ng-if = "isCertLetsEncrypt(_site)" >
@ -67,4 +67,4 @@
step: live
-->< span class = "hljs-comment" > < span class = "counter" > .< / span > Reload < strong > NGINX< / strong > < / span >
< strong > sudo< / strong > < span class = "hljs-section" > nginx< / span > < span class = "hljs-attribute" > -t< / span > & & < strong > sudo< / strong > < span class = "hljs-section" > systemctl< / span > < span class = "hljs-attribute" > reload< / span > nginx.service < / span >
< strong > sudo< / strong > < span class = "hljs-section" > nginx< / span > < span class = "hljs-attribute" > -t< / span > & & < strong > sudo< / strong > < span class = "hljs-section" > systemctl< / span > < span class = "hljs-attribute" > reload< / span > nginx< / span >