Switch certificate issuing to class 3 #34

Open
jandd wants to merge 2 commits from fix/bug-1550b into main
Showing only changes of commit 4c8055c063 - Show all commits

View file

@ -103,7 +103,6 @@
?>
<tr>
<td class="DataTD" colspan="2" align="left">
<!-- <input type="radio" id="root1" name="rootcert" value="1" /> <label for="root1"><?=_("Sign by class 1 root certificate")?></label><br /> -->
<input type="hidden" id="root2" name="rootcert" value="2" checked="checked"/> <label for="root2"><?= _("Sign by class 3 root certificate") ?></label><br/>
<?= str_replace("\n", "<br />\n", wordwrap(_("Please note: both the class 1 and class 3 root certificates need to be imported into your email program so that your email program can build a full trust path chain."), 125 ) ) ?>
</td>