PositiveSSL Certificate Installation: F5 BigIP

F5 Big IPController CertificateInstallation

Installing certificates from the certificate authority

For Positive SSL certificate, You will be receiving the following files:
Root AddTrustExternalCARoot.crt
Intermediate CA UTNAddTrustServerCA.crt
Intermediate CA PositiveSSLCA.crt
domain/site certificate yourdomainname.crt

Afteryou obtain an x509 certificate from a certificate authority for the SSL Accelerator, you must copy it onto each BIG-IP Controller in the redundant configuration. You can configure the accelerator with certificates using the Configuration utility or from the command line.

To install certificates using the Configuration utility
In the navigation pane, click Proxies. The Proxies screen opens.
On Proxies screen, click the Install SSL Certificate Request tab. the install SSL Certificate screen opens.
In the Certfile Name box,type the fully qualified domain name of the server with the fileextension .crt. If you generated a temporary certificate when you submitted a request to the certificate authority, you can select the name of the certificate from the drop down list. This allows you to overwrite the temporary certificate with the certificate from the certificate authority.
Paste the text of the certificate into the install SSL Certificate window. Make sure you include the BEGINCERTIFICATE line and the END CERTIFICATE line.
Click the Write Certificate File button to install the certificate.

To install certificates from the certificate authority using the command line
Copy the certificate into the following directory on each BIG-IP Controller in a redundant system:

/config/big config/ssl.crt/

Note:The certificate you receive should overwrite the temporary certificate generated by genkey or gencert.

If you used the genkey or gencert utilities to generate the request file, a copy of the corresponding key should already be in the following directory on the BIG-IP Controller:

/config/big config/ssl.key/

To install the intermediate certificate using the command line:
please use the Intermediate CA certificate that came with your sitecertificate in the zip file.For positive ssl certificate, in additonal to your domain certificate you will be receiving 3 more files.For F5 Big IP Controller you should use the following two certificates:
Intermediate CA UTNAddTrustServerCA.crt
Intermediate CA PositiveSSLCA.crt

or You can download the Positive ssl Intermediate files from here.

Copy the intermediate certificate (UTNAddTrustServerCA.crt) into each BIG-IP Controller in a redundant system. Open the UTNAddTrustServerCA.crt with a text editor. Cut and paste the entire text of the certificate, including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines. Like so;

"-----BEGIN CERTIFICATE-----"
and
"-----END CERTIFICATE-----"

Next, open the second intermediate certificate, PositiveSSLCA.crt. Repeat the process and paste into the same document. Your fin al doc should look something like this:

-----BEGIN CERTIFICATE-----
MIIEyDCCBDGgAwIBAgIEAgACmzANBgkqhkiG9w0BAQUFADBFQGEwJV
UzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMRwwGgYDVQUgQ3liZXJU
.....
zs1x+3QCB9xfFScIUwd21LkG6cJ3UB7KybDCRoGAAK1EqlzWINlVqvaDj
vA2AOurM+5pX7XilNj1W6tHndMo0w8+xUengDA==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIFAzCCA+ugAwIBAgIQTM1KmltFEyGMz5AviytRcTANBgkqhkiG9w0BAQUFADCB
lzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
.....
zg5G8t6P2jt9HpOs/PQyKw+rAR+lQI/jJJkfXbKqDLnioeeSDJBLU30fKO5WPa8Y
Z0nf1R7CqJgrTEeDgUwuRMLvyGPui3tbMfYmYb95HLCpTqnJUHvi
-----END CERTIFICATE-----

Save the file as 'intermediate-ca.crt'

Be careful not to include any leading or trailing whitespace before the beginning and ending hyphens.

Place the intermediate-ca.crt file in the directory /config/big config/ssl.crt/

Note:The ssl.crtdirectory is used to store certificates and certificate authorities.

WARNING:Ina redundant system, the keys and certificates must be in place on both controllers before you configure the SSL Accelerator. You must do this manually; the configuration synchronization utilities do not perform this function.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

PositiveSSL Certificate Installation: Apache & mod_ssl / OpenSSL

Installing your Certificate on Apache Mod_SSL / OpenSSLStep one: Copy your certificate to a...

PositiveSSL Certificate Installation: BEA Systems Weblogic

BEAWeblogic CertificateInstallation Instructions You will be receiving the following four...

PositiveSSL Certificate Installation: C2Net Stronghold

Installing a Certificate on a Stronghold Server Note:There are three certificates that need to...

PositiveSSL Certificate Installation: Cobalt RaQ 4 / 550 / XTR

Installing your Certificate on aCobalt RaQ4/XTR Installing the site certificate Goto the...

PositiveSSL Certificate Installation: Ensim

Installing your Certificate on Apache via Ensim Web appliance 3.1.xStep one: Loading the Site...