mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
WEB. Improved Lets Encrypt interface
This commit is contained in:
parent
e91f5c6da8
commit
0e18fc669a
36 changed files with 122 additions and 13 deletions
|
@ -191,6 +191,11 @@
|
|||
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text input-label lets-encrypt-note <? if($v_letencrypt == 'yes' || $v_letencrypt == 'on') echo ' enabled';?>" >
|
||||
<?= __('Your certificate will be automatically issued in 5 minutes')?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text input-label">
|
||||
<?php print __('SSL Home Directory');?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue