webapp: added html for self signed cert option.

This commit is contained in:
Shreyas Zare
2021-10-16 15:04:30 +05:30
parent 8efb34593a
commit 1232c5fdbe

View File

@@ -800,6 +800,12 @@
<input id="chkWebServiceHttpToTlsRedirect" type="checkbox"> Enable HTTP to HTTPS Redirection
</label>
</div>
<div class="checkbox">
<label>
<input id="chkWebServiceUseSelfSignedTlsCertificate" type="checkbox"> Use A Self Signed TLS Certificate When TLS Certificate File Path Is Unspecified
</label>
</div>
</div>
</div>