isLetsEncrypt() -> isCertLetsEncrypt(), isCustomCert() -> isCertCustom()

This commit is contained in:
Szekeres Bálint
2018-03-10 12:42:05 +01:00
parent 9ab32cc1f7
commit 3396047a5c
5 changed files with 50 additions and 44 deletions

View File

@@ -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"