diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-10-07 22:17:57 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-10-07 22:17:57 +0200 |
commit | 46a2e46f27a3144357e7f556e3d56de3cd55b75d (patch) | |
tree | 2b377da88e7e7074e4f6a208d5b22f967658254a | |
parent | c980e162027731dfb6d869ea34d79f973ef70ec9 (diff) | |
download | cacert-devel-46a2e46f27a3144357e7f556e3d56de3cd55b75d.tar.gz cacert-devel-46a2e46f27a3144357e7f556e3d56de3cd55b75d.tar.xz cacert-devel-46a2e46f27a3144357e7f556e3d56de3cd55b75d.zip |
bug-790: Add a descriptive text for orgClient ...
... to help people to see where the CSR should go.
-rw-r--r-- | pages/account/16.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/account/16.php b/pages/account/16.php index 8783bc5..992d555 100644 --- a/pages/account/16.php +++ b/pages/account/16.php @@ -104,6 +104,7 @@ if (array_key_exists('emails',$_SESSION['_config']) && is_array($_SESSION['_conf </table> <input type="hidden" name="oldid" value="<?=$id?>"> </form> +<?=_("Please fill out the form, when all data is entered and you click \"Next\" you can add either a CSR (certificate signing request) or create a new key with your browser. The data from this form will be used for the certificate, differing data from the CSR will be replaced.")?> <script language="javascript"> function showExpert(a) |