Changes between Version 12 and Version 13 of IdpKeyRollOver
- Timestamp:
- 09/28/11 09:39:48 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IdpKeyRollOver
v12 v13 197 197 }}} 198 198 199 10. Create a new Java Key Store for Tomcat containing the new key/cert for securing the back channel. You will need the !ImportKey Java utility for importing a pre-existing cert/key into a Java Key Store. You will also need the !InCommon intermediary cert, and the !AddTrust Root CA cert for this process. See [ [=#ImportKeyUtil|'''Import Key Util''']], [!InCommon], and [!AddTrust] for more.199 10. Create a new Java Key Store for Tomcat containing the new key/cert for securing the back channel. You will need the !ImportKey Java utility for importing a pre-existing cert/key into a Java Key Store. You will also need the !InCommon intermediary cert, and the !AddTrust Root CA cert for this process. See [=#ImportKeyUtil Import Key Util], [!InCommon], and [!AddTrust] for more. 200 200 {{{ 201 201 -bash-3.2$ openssl pkcs8 -topk8 -nocrypt -in idp.new.key -out idp.new.key.der -outform der