...
- import certificate within sipXconfig: navigate to System > Certificates > Certificate Authorities tab. Download attached verisignclass3ca.crt file and use it for to upload in "Certificate" field. After importing, the certificate gets validated and a screen like the one below is displayed:
After the "Keep" button is accessed, Verisign Class 3 CA is added and displayed in sipXconfig known CA's list. You will also be prompted to restart config service and registrar in order for the newly imported CA to be picked up.
- import certificate using keytool utility: one can directly use keytool utility to import the attached verisignclass3ca.cer certificate
Code Block |
---|
keytool -importcert -alias equifaxsecureca -file verisignclass3ca.cer \ -trustcacerts -store-type jks -keystore $SIPX-INSTALL/etc/sipxpbx/ssl/authorities.jks \ -storepass changeit |
...