Open the email we sent you, that contains the certificate for your domain name.
Copy the certificate, including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
Paste the certificate into a blank document in a text editor. Use an editor that will not add characters, such as TextPad.
Save the document. We recommend that you name it YourDomainName.crt and save it in /wlserver6.0/config/mydomain.
We recommend that you also back up your certificate on another computer or storage device.
Confirm which certificate you purchased, and determine which set of Root and Intermediate certificates to download.
To confirm which certificate you purchased, review your order confirmation.
If you purchased SBS Instant, download set A below.
If you purchased SBS Secure or Secure Plus, download set B below.
A -- SBS Instant
-OR-
B -- SBS Secure and Secure Plus
Download the Root-Intermediate set for your domain name certificate. To download, right-click each certificate file name and select Save Target As.
Save the certificates to the /wlserver6.0/config/mydomain directory of your Web server.
If your private key is not already in /wlserver6.0/config/mydomain, put a copy there.
WebLogic uses two chain files, one that acts as the certificate for your domain name, and the other that defines trusted Certificate Authorities.
To build the chain for your domain name
Open a text editor and paste the contents of each certificate. Paste the certificate for your domain name at the top, and work your way sequentially to the Root certificate. Include the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- strings. For example, if you purchased SBS Instant, your certificate chain will look like this:
-----BEGIN CERTIFICATE-----
YourDomainName.crt
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
InstantValidationSBSIntermediate2CA.crt
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
InstantValidationAddTrustUTNServerIntermediate1CA.crt
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
InstantValidationUTN-USERFirst-HardwareGlobalRoot.crt
-----END CERTIFICATE-----
Save the combined file to the /wlserver6.0/config/mydomain directory as SBSInstantChain.pem (or, if you purchased SBS Secure or Secure Plus, SBSSecureChain.pem).
To build the chain that defines trusted Certificate Authorities
Open a text editor and paste the contents of each Intermediate and Root certificate. Paste the lowest-ranking Intermediate at the top, and work your way sequentially to the Root certificate. Include the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- strings. For example, if you purchased SBS Instant, your certificate chain will look like this:
-----BEGIN CERTIFICATE-----
InstantValidationSBSIntermediate2CA.crt
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
InstantValidationAddTrustUTNServerIntermediate1CA.crt
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
InstantValidationUTN-USERFirst-HardwareGlobalRoot.crt
-----END CERTIFICATE-----
Save the combined file to the /wlserver6.0/config/mydomain directory as SBSInstantTrustedCAChain.pem (or SBSSecureTrustedCAChain.pem).
To protect your system, assign read-only permissions to the WebLogic administrator, and no access to any other users, for the private key, the certificate for your domain name, and the SBS*Chain.pem file.
Use the following command to start WebLogic Server:
Note: WebLogic requires PEM format for the certificate chains. WebLogic Server provides a tool for converting DER format files to PEM format, and visa versa.
Copyright © 2008 Secure Business Services, All rights reserved. Terms of Service | Privacy Policy