|
|
Installation of a certificate on BEA WebLogic ServerWhen you receive your certificates by e-mail you need to store them in the "mydomain" directory. To use a certificate chain, append the additional PEM-encoded digital certificates to the digital certificate that issued for the WebLogic Server (the intermediate CA certificate). The last digital certificate in the file chain will be the Root certificate that is self-signed. (example below:) -----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE----- Configure WebLogic Server to use the SSL protocol, you need to enter the following information on the SSL tab in the Server Configuration window: Storing Private Keys and Digital Certificates -----BEGIN ENCRYPTED PRIVATE KEY----- Note: Typically, the digital certificate file for a WebLogic Server is in one file, with either a .pem or .der extension, and the WebLogic Server certificate chain is in another file. Two files are used because different WebLogic Servers may share the same certificate chain. 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 certificates in the certificate chain. The last certificate in the file is a self-signed digital certificate that ends the certificate chain. A DER (.der) format file contains binary data. WebLogic Server requires that the file extension match the contents of the certificate file. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||