Changeset 287

Show
Ignore:
Timestamp:
08/05/07 15:14:24 (1 year ago)
Author:
paulhethmon
Message:

Update cert generation instructions.
Add page to only do safemls auth.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AcmeIdp/trunk/web/keys.jsp

    r279 r287  
    4242         
    4343        <li><p>Now we must create the certificate request containing the public key:</p> 
    44         <p class="command">openssl req -new -x509 -key private-key.pem -out public-cert.req</li> 
     44        <p class="command">openssl req -new -key private-key.pem -out public-cert.req</li> 
    4545         
    4646        <li><p>Finally we self-sign the certificate request to end up with our public certificate:</p>