mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-23 12:29:27 +08:00
create ACME-challenge common directory command fix
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()"><!--
|
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()"><!--
|
||||||
--><span class="hljs-comment"># <strong>HTTPS - certbot</strong> (before first run): create ACME-challenge common directory</span>
|
--><span class="hljs-comment"># <strong>HTTPS - certbot</strong> (before first run): create ACME-challenge common directory</span>
|
||||||
<span class="hljs-section">sudo</span> <span class="hljs-attribute">-u</span> {{ data.user }} <span class="hljs-section">sh</span> <span class="hljs-attribute">-c</span> "<span class="hljs-section">mkdir</span> <span class="hljs-attribute">-p</span> /var/www/_letsencrypt"
|
<span class="hljs-section">mkdir</span> <span class="hljs-attribute">-p</span> /var/www/_letsencrypt && <span class="hljs-section">chown</span> <span class="hljs-attribute">{{ data.user }}</span> /var/www/_letsencrypt
|
||||||
|
|
||||||
<span class="hljs-comment"># <strong>HTTPS - certbot</strong> (before first run): disable SSL directives</span>
|
<span class="hljs-comment"># <strong>HTTPS - certbot</strong> (before first run): disable SSL directives</span>
|
||||||
<span class="hljs-section">sed</span> <!--
|
<span class="hljs-section">sed</span> <!--
|
||||||
|
Reference in New Issue
Block a user