Add https certificate chain

This commit is contained in:
JonnyWong16 2017-01-15 11:49:48 -08:00
parent 285599cf90
commit 270d4f510a
5 changed files with 15 additions and 1 deletions

View file

@ -454,7 +454,7 @@
</div>
</div>
<div class="form-group">
<label for="https_cert">HTTPS Cert</label>
<label for="https_cert">HTTPS Certificate</label>
<div class="row">
<div class="col-md-6">
<input type="text" class="form-control http-settings" id="https_cert" name="https_cert" value="${config['https_cert']}">
@ -462,6 +462,15 @@
</div>
<p class="help-block">The location of the SSL certificate.</p>
</div>
<div class="form-group">
<label for="https_cert_chain">HTTPS Certificate Chain</label>
<div class="row">
<div class="col-md-6">
<input type="text" class="form-control http-settings" id="https_cert_chain" name="https_cert_chain" value="${config['https_cert_chain']}">
</div>
</div>
<p class="help-block">The location of the SSL certificate chain.</p>
</div>
<div class="form-group">
<label for="https_key">HTTPS Key</label>
<div class="row">