diff options
author | INOPIAE <inopiae@cacert.org> | 2012-11-11 20:14:15 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-11-12 01:26:38 +0100 |
commit | 3ecae0b73b5a750e7853838b3bded110011536e5 (patch) | |
tree | 1e92ac90733e51761ae44c3a085c70a9cf181a29 /pages/account/10.php | |
parent | 7baaa9a0ac611329539a43031ca3d0e81bba2b5f (diff) | |
download | cacert-devel-3ecae0b73b5a750e7853838b3bded110011536e5.tar.gz cacert-devel-3ecae0b73b5a750e7853838b3bded110011536e5.tar.xz cacert-devel-3ecae0b73b5a750e7853838b3bded110011536e5.zip |
bug 782: Added a comment field to all certificate pages
Diffstat (limited to 'pages/account/10.php')
-rw-r--r-- | pages/account/10.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/account/10.php b/pages/account/10.php index 704a05c..f5527ab 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -34,6 +34,8 @@ <input type="radio" name="rootcert" value="2" checked> <?=_("Sign by class 3 root certificate")?><br> <p><?=_("Please note: The class 3 root certificate needs to be setup in your webserver as a chained certificate, while slightly more complicated to setup, this root certificate is more likely to be trusted by more people.")?></p> <? } ?> +<p> <?=_("Optional comment, only used in the certifictate overview")?><br> + <input type="text" name="description" maxlength="80" size=80></p> <p><?=_("Paste your CSR(Certificate Signing Request) below...")?></p> <textarea name="CSR" cols="80" rows="15"></textarea><br> <input type="submit" name="process" value="<?=_("Submit")?>"> |