Switch Out Fetch for a Sync Icon button to fetch Certificate Data, also updated the field certificate_public_key to a text field instead of varchar as it was causing a crash with large pub keys

This commit is contained in:
johnnyq
2022-01-18 16:19:27 -05:00
parent f77df06004
commit a5b199a586
3 changed files with 8 additions and 4 deletions

View File

@@ -28,8 +28,10 @@
<span class="input-group-text"><i class="fa fa-fw fa-globe"></i>&nbsp;https://</span>
</div>
<input type="text" class="form-control" name="domain" placeholder="Domain" id="domain" value="<?php echo $certificate_domain; ?>" required>
<div class="input-group-append">
<button type="button" class="btn btn-secondary" onclick="fetchSSL()"><i class="fas fa-fw fa-sync-alt"></i></button>
</div>
</div>
<p align="right" onclick="fetchSSL()"><i>Fetch</i></p>
</div>
<div class="form-group">