Reputation: 1
I have a file with extension(.p7s) and four files with extension(.crt) from Certified Authority. How can I install SSL by using only these files?
Upvotes: 0
Views: 1244
Reputation: 21
Use Java keytool utility to manage your SSL certificates in a Java keystore. Refer to this Tomcat documentation to learn how to create a Java keystore and install SSL certificate for Tomcat.
Upvotes: 2