Changes between Version 3 and Version 4 of IdpKeyRollOver
- Timestamp:
- 07/08/11 10:38:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IdpKeyRollOver
v3 v4 195 195 :wq! 196 196 -bash-3.2$ svn ci metadata/idp-metadata.xml -m "Moved to new IdP cert and deleted old cert." 197 198 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 can get it from: [[ImportKeyUtil|Import Key Utility]]. 197 }}} 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 can get it from: [[ImportKeyUtil|Import Key Utility]]. 199 200 {{{ 200 201 -bash-3.2$ openssl pkcs8 -topk8 -nocrypt -in idp.new.key -out idp.new.key.der -outform der