Update help text for SSL certificates/key in PEM format

This commit is contained in:
JonnyWong16 2020-07-16 19:29:11 -07:00
parent 7b69ed4cec
commit 703a7feed2
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -577,7 +577,7 @@
</div>
</div>
</div>
<p class="help-block">The location of the SSL certificate.</p>
<p class="help-block">The location of the SSL certificate in PEM format.</p>
</div>
<div class="form-group advanced-setting">
<label for="https_cert_chain">HTTPS Certificate Chain</label>
@ -591,7 +591,7 @@
</div>
</div>
</div>
<p class="help-block">The location of the SSL certificate chain.</p>
<p class="help-block">The location of the SSL certificate chain in PEM format.</p>
</div>
<div class="form-group advanced-setting">
<label for="https_key">HTTPS Key</label>
@ -605,7 +605,7 @@
</div>
</div>
</div>
<p class="help-block">The location of the SSL key.</p>
<p class="help-block">The location of the SSL key in PEM format.</p>
</div>
</div>