missing uncomment ssl related directives in certbot

This commit is contained in:
Bálint Szekeres 2019-11-25 08:49:26 +01:00
parent 2d0ef213d2
commit e402ed8b64
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@
--><span class="hljs-attribute">--agree-tos</span> <!--
--><span class="hljs-attribute">--force-renewal</span></code></div>
</li>
<li>
Uncomment SSL related directives in configuration:<br>
<code><span class="hljs-section">sed</span> <span class="hljs-attribute">-i -r</span> 's/#?;#//g' <span ng-if="isUnified()">{{ data.directory_nginx }}nginx.conf</span><span ng-if="isModularized()"><span ng-repeat="(_site, _domain) in getDomains() track by $index" ng-if="isCertLetsEncrypt(_site)">{{ data.directory_nginx }}sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf</span></span></code>
</li>
<li>
Reload NGINX:<br>
<code><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</code>