Changeset 512
- Timestamp:
- 02/21/08 15:47:23 (9 months ago)
- Files:
-
- AcmeIdp/trunk/web/keys.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AcmeIdp/trunk/web/keys.jsp
r319 r512 29 29 </head> 30 30 <body> 31 <jsp:include page="<%=headerPath%>" />32 31 33 32 <h1>How To Create Self-Signed Public/Private Keys</h1> … … 47 46 <p class="command">openssl x509 -req -days 365 -sha1 -signkey private-key.pem -in public-cert.req -out public-cert.pem</p></li> 48 47 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> 49 50 </ol> 50 51 </body>
