We use a wildcard cert in or organization and it had recently expired. So when I try to get to the webconsole Im getting a “NET::ERR_CERT_DATE_INVALID” . I have the new wildcard cert (*wildcard-cert.pfx file)
Im not proficient in the certs department. So do I just copy this cert to the C:\Program Files\Commvault\ContentStore\Apache\conf\ directory. This is where I see the same cert name which Im assuming is the expired cert.
I looked in the server.xml file and saw the following -
As a surface level of the steps needed: - Navigate to the Commserve installation\contentstore\apache\conf - Copy the new pfx certificate file here - Stop Tomcat - Make a copy of the server.xml file before any modifications are made - Edit the server.xml file in notepad++ or wordpad or any other text editor - At the bottom of the document update the below parameters (for pfx keystore type is always PKCS12): -- certificateKeystoreFile -- certificateKeystorePassword -- certificateKeystoreType=”PKCS12”
If you have a question or comment, please create a topic
As a surface level of the steps needed: - Navigate to the Commserve installation\contentstore\apache\conf - Copy the new pfx certificate file here - Stop Tomcat - Make a copy of the server.xml file before any modifications are made - Edit the server.xml file in notepad++ or wordpad or any other text editor - At the bottom of the document update the below parameters (for pfx keystore type is always PKCS12): -- certificateKeystoreFile -- certificateKeystorePassword -- certificateKeystoreType=”PKCS12”