diff options
author | Michael Tänzer <neo@nhng.de> | 2013-11-20 22:30:36 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-11-20 22:30:36 +0100 |
commit | f8191d4deddadd7a542007af471157183aa6660e (patch) | |
tree | 5f0fcef758b33db95022c820104edf8cbb6fb08a /pages/account/10.php | |
parent | d6d94b1cc67c127d15b29000fba876a54d9d32f9 (diff) | |
download | cacert-f8191d4deddadd7a542007af471157183aa6660e.tar.gz cacert-f8191d4deddadd7a542007af471157183aa6660e.tar.xz cacert-f8191d4deddadd7a542007af471157183aa6660e.zip |
Source code taken from cacert-20131120.tar.bz2
Diffstat (limited to 'pages/account/10.php')
-rw-r--r-- | pages/account/10.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/10.php b/pages/account/10.php index 6371f76..8908400 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -17,7 +17,7 @@ */ include_once("../includes/shutdown.php"); ?> -<h3><?=_("CAcert Certficate Acceptable Use Policy")?></h3> +<h3><?=_("CAcert Certificate Acceptable Use Policy")?></h3> <p><?=_("Once you decide to subscribe for an SSL Server Certificate you will need to complete this agreement. Please read it carefully. Your Certificate Request can only be processed with your acceptance and understanding of this agreement.")?></p> <p><?=_("I hereby represent that I am fully authorized by the owner of the information contained in the CSR sent to CAcert Inc. to apply for an Digital Certificate for secure and authenticated electronic transactions. I understand that a digital certificate serves to identify the Subscriber for the purposes of electronic communication and that the management of the private keys associated with such certificates is the responsibility of the subscriber's technical staff and/or contractors.")?></p> @@ -35,7 +35,7 @@ <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> +<p><?=_("Optional comment, only used in the certificate 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 /> |