Certificate Signing Request (CSR) and Platform for SSL Certificate?
Hi I want to buy a SSL Certificate from a CA Authority.
The CA Authority asks for 2 values "Platform" and "Certificate Signing Request (CSR)".
1.-If I'm using the default tomcat in the CLM 5.0.2 in 443 port, wich platform should I select ? : Apache2, Apache+Apache SSL?
2.- To get the Certificate Signing Request (CSR), the Infocenter says tha I should use the keytool application that is located on "JazzTeamServer\server\jre\bin"
It says to use this command
The CA Authority asks for 2 values "Platform" and "Certificate Signing Request (CSR)".
1.-If I'm using the default tomcat in the CLM 5.0.2 in 443 port, wich platform should I select ? : Apache2, Apache+Apache SSL?
2.- To get the Certificate Signing Request (CSR), the Infocenter says tha I should use the keytool application that is located on "JazzTeamServer\server\jre\bin"
It says to use this command
keytool -certreq -file MarkJ.csr
But I'm getting an error:
C:\IBM\JazzTeamServer\server\jre\bin>keytool.exe -certreq -file -CesarJ.csr
keytool error: java.lang.Exception: Keystore file does not exist: C:\Users\IBM_A
DMIN\.keystore
Any help please!?
Accepted answer
Read the instructions carefully. You omitted the "-keystore" parameter and that's why you got the error. You CA Authority should give you the exact steps required. Just search on their website.
If you still have problems, clearly state which instructions you are following.
If you still have problems, clearly state which instructions you are following.