certs: Rename Self-Signed to custom

This commit is contained in:
Girish Ramakrishnan
2018-08-27 12:03:01 -07:00
parent b789cd2af0
commit 0b0b06baa9
2 changed files with 5 additions and 4 deletions

View File

@@ -115,11 +115,12 @@
<select class="form-control" ng-model="domainConfigure.tlsConfig.provider" ng-options="a.value as a.name for a in tlsProvider"></select>
</div>
<!-- Wildcard certificates -->
<label class="control-label">Fallback Certificate (optional)</label>
<!-- Fallback certificate -->
<label class="control-label" ng-show="domainConfigure.tlsConfig.provider.value === 'fallback'">Custom Wildcard Certificate (optional)</label>
<label class="control-label" ng-show="domainConfigure.tlsConfig.provider.value !== 'fallback'">Fallback Certificate (optional)</label>
<p>
Certificates are automatically obtained and renewed from <a href="https://letsencrypt.org/" target="_blank">Lets Encrypt</a>. See the current rate limit <a href="https://letsencrypt.org/docs/rate-limits/" target="_blank">here</a>.
If provided, this wildcard certificate will be used for apps, should getting a Lets Encrypt certificate fail.
This wildcard certificate will be used should getting a Lets Encrypt certificate fail. If not provided, an automatically generated self-signed certificate will be used as fallback.
</p>
<div class="form-group" ng-class="{ 'has-error': (!fallbackCert.cert.$dirty && fallbackCert.error) }">
<div class="input-group">