You need to sign in to do that
Don't have an account?

Deploying New Certificate to production
Hi,
We have a certificate expiring in next 10 days in .sfa and production. We have installed new certificate in .sfa and planning to move it to production. How do we move the new certificate to production ?
We have a certificate expiring in next 10 days in .sfa and production. We have installed new certificate in .sfa and planning to move it to production. How do we move the new certificate to production ?
2. Now in Production you can't directly import the CRT file, you can only import from keystore.
3. So, open your cmd(Run as administrator). Goto the JDK or JRE bin folder and create a keystore as answered in following link (http://stackoverflow.com/questions/4022604/java-how-to-obtain-keystore-file-for-a-certification-crt-file" target="_blank) .
4. Import the created JKS file.
Or else if the certificate is not provided by the client, you can create in Production and update signature for it.
Let me know if you face issue.
All Answers
2. Now in Production you can't directly import the CRT file, you can only import from keystore.
3. So, open your cmd(Run as administrator). Goto the JDK or JRE bin folder and create a keystore as answered in following link (http://stackoverflow.com/questions/4022604/java-how-to-obtain-keystore-file-for-a-certification-crt-file" target="_blank) .
4. Import the created JKS file.
Or else if the certificate is not provided by the client, you can create in Production and update signature for it.
Let me know if you face issue.