BEAWeblogic CertificateInstallation Instructions
When you receive your certificates you need to store them in the mydomaindirectory.
Note:If you obtain a private key file from a source other than the Certificate Request Generator servlet, verify that the private keyfile is in PKCS#5/PKCS#8 PEM format.
Touse a certificate chain, append the additional PEM-encoded digitalcertificates to the digital certificate that issued for the WebLogicServer (the intermediate CA certificate). The last digitalcertificate in the file chain will be the Root certificate that is self-signed. (example below:)
-----BEGIN CERTIFICATE-----
MIIB+jCCAWMCAgGjMA0GCSqGSIb3DQEBBAUAMEUxCzAJBgNVBAYTAlVTMRgwFgYD
.....(your Intermediate CAcertificate).....
bW1EDp3zdHSo1TRJ6V6e6bR64eVaH4QwnNOfpSXY
-----ENDCERTIFICATE-----
-----BEGINCERTIFICATE-----
MIIE0DCCA7igAwIBAgIQMKeebbHpGVqxyFDTln1j1TANBgkqhkiG9w0BAQUFADBv
.....(your Root CA certificate).....
WjEZgqr9NaoNZCZpyfZxPsOFYzoxLYEmJs3AJHxkhIHg6YQU
-----ENDCERTIFICATE-----
ConfigureWebLogic Server to use the SSL protocol, you need to enter the following information on the SSL tab in the Server Configurationwindow:
In the Server Certificate File Name field, enter the fulldirectory location and name of the digital certificate for WebLogicServer.
In the Trusted CA File Name field, enter the fulldirectory location and name of the digital certificate for Comodo who signed the digital certificate of WebLogic Server. In the Server KeyFile Name field, enter the full directory location and name of the private key file for WebLogic Server.
Use the followingcommand-line option to start WebLogic Server.-Dweblogic.management.pkpassword=password where password is the password defined when requesting the digital certificate.
Storing Private Keys and Digital Certificates
Once you have a private key and digital certificate, copy the private keyfile generated by the Certificate Request Generator servlet and the digital certificate you received into the mydomain directory. PrivateKey files and digital certificates are generated in either PEM or Definite Encoding Rules (DER) format. The filename extensionidentifies the format of the digital certificate file. A PEM (.pem)format private key file begins and ends with the following lines,respectively:
-----BEGINENCRYPTED PRIVATE KEY-----
-----END ENCRYPTED PRIVATE KEY-----
APEM (.pem) format digital certificate begins and ends with the following lines, respectively:
-----BEGINCERTIFICATE-----
-----END CERTIFICATE-----
Note:Typically, the digital certificate file for a WebLogic Server is in one file, with either a .pem or .der extension, and the WebLogicServer certificate chain is in another file. Two files are used because different WebLogic Servers may share the same certificatechain.
The first digital certificate in the certificate authority file is the first digital certificate in the WebLogic Server's certificate chain.The next certificates in the file are the next digital certificatesin the certificate chain. The last certificate in the file is aself-signed digital certificate that ends the certificate chain. ADER (.der) format file contains bin ary data. WebLogic Server requires that the file extension match the contents of the certificate file.
Note:If you are creating a file with the digital certificates of multiple certificate authorities or a file that contains a certificate chain,you must use PEM format. WebLogic Server provides a tool forconverting DER format files to PEM format, and visa versa.