Changes between Version 13 and Version 14 of IdpKeyRollOver


Ignore:
Timestamp:
09/28/11 09:45:03 (13 years ago)
Author:
jpmitchell@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdpKeyRollOver

    v13 v14  
    197197}}} 
    198198 
    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. 
     19910. 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] ], [ [#InCommonCert InCommon Cert] ], and [ [#AddTrustCert AddTrust Cert] ]. 
    200200{{{ 
    201201-bash-3.2$ openssl pkcs8 -topk8 -nocrypt -in idp.new.key -out idp.new.key.der -outform der 
     
    236236References: 
    237237* [=#ImportKeyUtil][[ImportKeyUtil|Import Key Utility]] 
    238 * [[https://www.incommon.org/cert/repository/AddTrustExternalCARoot.txt|AddTrust External CA Root]] 
    239 * [[https://www.incommon.org/cert/repository/InCommonServerCA.txt|InCommon Server CA]] 
     238* [=#InCommonCert][[https://www.incommon.org/cert/repository/AddTrustExternalCARoot.txt|AddTrust External CA Root]] 
     239* [=#AddTrustCert][[https://www.incommon.org/cert/repository/InCommonServerCA.txt|InCommon Server CA]]