Symantec Access Management

 View Only
  • 1.  how to create keystore file using certificate and key pair?

    Posted Feb 09, 2018 02:42 PM

    Is there any command? I want to create a fresh keystore file..



  • 2.  Re: how to create keystore file using certificate and key pair?

    Posted Feb 09, 2018 03:57 PM

    Depends. Which keystore are you referring here?

    What is the purpose of the certificate you are trying to import?



  • 3.  Re: how to create keystore file using certificate and key pair?

    Posted Feb 12, 2018 08:16 AM

    I want to create keystore file using pair of certificate and key.

    Do you have any command to do this in Siteminder?



  • 4.  Re: how to create keystore file using certificate and key pair?
    Best Answer

    Posted Feb 12, 2018 08:23 AM
    You still haven’t answered my earlier question.


    So I am making an assumption here that you are referring to java keystore here (jks)


    There is no CA tool to manage java keystore.

    You need to use keytool which is shipped with jdk.


     

    e.g

    https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html

    keytool -importcert -file certificate.cer -keystore keystore.jks -alias "Alias"