|
CSR installation |
|
Installing a certificate chain Before you can add your certificate into the keystore, you must first include the certificates chain. You must install the following public certificates:
-----BEGIN CERTIFICATE----- (Your Primary SSL certificate: your_domain_name.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Intermediate certificate: IPSCACLASEA1.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Root certificate: IPSServidores.crt) -----END CERTIFICATE----- Save the combined file as ipscacert.pem Installing your site certificate
You need to enter the following information on the SSL tab in the Server Configuration window: - In the Server Certificate File Name field, enter the full directory location and name of the digital certificate for WebLogic Server (ipscacert.pem). - In the Trusted CA File Name field, enter the full directory location and name of the digital certificate for combined certificate file (chained.pem). - In the Server Key File Name field, enter the full directory location and name of the private key file for WebLogic Server. - Make sure that SSL is enabled. - Set the SSL Listen Port to 443 - Client Certificate Enforced should not be checked for most situations Click the Apply button to save your changes
|