mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 10:14:05 +08:00
isLetsEncrypt() -> isCertLetsEncrypt(), isCustomCert() -> isCertCustom()
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
--></span><!--
|
||||
|
||||
|
||||
✔ Let's Encrypt --><span ng-if="isLetsEncrypt()">
|
||||
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()">
|
||||
|
||||
<span class="hljs-comment"># <strong>HTTPS</strong>: 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"
|
||||
|
Reference in New Issue
Block a user