Changed wording of Step 3 of Create Certificate procedure as per bug-1556. #1
2 changed files with 5 additions and 6 deletions
|
@ -120,9 +120,9 @@
|
|||
<div class="col-12">
|
||||
<h2>3. Get your certificate signed</h2>
|
||||
<p>Go to the <a href="https://secure.cacert.org/account.php?id=3" target="_blank">New client certificate
|
||||
page</a> of the CAcert web application and click the checkbox "Show advanced options". This will
|
||||
show
|
||||
you a text area where you can paste the copied CSR.</p>
|
||||
page</a> of the CAcert web application.
|
||||
Paste your copied CSR into the text area labelled "Optional Client CSR"
|
||||
and click the "Next" button at the bottom.</p>
|
||||
<label id="crt-input-label" for="crt-input">Paste the signed certificate from the CAcert web
|
||||
application</label>
|
||||
<textarea class="form-control" id="crt-input" name="crt-input" rows="20" autocomplete="off"
|
||||
|
@ -134,8 +134,7 @@
|
|||
<h2>4. Build the client certificate file</h2>
|
||||
<p>You now have all the ingredients for downloading your certificate and corresponding key pair. Enter a
|
||||
password of your choice and click on the "Prepare Download" button to generate a file that you can
|
||||
use
|
||||
in your Browser, email client, or other applications.</p>
|
||||
use in your Browser, email client, or other applications.</p>
|
||||
<div class="mb-3">
|
||||
<label for="passwordInput">Password for your client certificate file</label>
|
||||
<input type="password" class="form-control" id="passwordInput" aria-describedby="nameHelp" required
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<div class="content">
|
||||
<div class="header"><i class="certificate icon"></i> Client Certificate Generator</div>
|
||||
<div class="description">
|
||||
<p>The <a href="https://community.cacert.org/clientcert/">Client Certificate Generator</a> makes it possible to create client certificates directly in th browser in six simple steps.</p>
|
||||
<p>The <a href="https://community.cacert.org/clientcert/">Client Certificate Generator</a> makes it possible to create client certificates directly in the browser in six simple steps.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue