Changeset 512

Show
Ignore:
Timestamp:
02/21/08 15:47:23 (9 months ago)
Author:
paulhethmon
Message:

Add info on generating fingerprints for the public cert.

Files:

Legend:

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

    r319 r512  
    2929    </head> 
    3030    <body> 
    31 <jsp:include page="<%=headerPath%>" /> 
    3231 
    3332    <h1>How To Create Self-Signed Public/Private Keys</h1> 
     
    4746        <p class="command">openssl x509 -req -days 365 -sha1 -signkey private-key.pem -in public-cert.req -out public-cert.pem</p></li> 
    4847         
     48        <li><p>How to compute the SHA1 fingerprint of the certificate (used by some SPs):</p> 
     49        <p class="command">openssl x509 -fingerprint -sha1 -noout -in public-cert.pem</p></li> 
    4950      </ol> 
    5051    </body>