Changeset 287
- Timestamp:
- 08/05/07 15:14:24 (1 year ago)
- Files:
-
- AcmeIdp/trunk/web/keys.jsp (modified) (1 diff)
- AcmeIdp/trunk/web/recv-authnrequest-safe.jsp (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AcmeIdp/trunk/web/keys.jsp
r279 r287 42 42 43 43 <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> 45 45 46 46 <li><p>Finally we self-sign the certificate request to end up with our public certificate:</p>
