missing uncomment ssl related directives in certbot
This commit is contained in:
parent
2d0ef213d2
commit
e402ed8b64
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue