

Set Up a Load Balancer for Orchestrator Clustering › F5 Load Balancer Prerequisites › Configure F5 to Use Simplified Communication with HTTPS
Configure F5 to Use Simplified Communication with HTTPS
SSL communication in F5 requires a certificate file and key file. Simplified communication can use only certificates that are generated by keytool and copied to the CA Process Automation keystore.
Follow these steps:
- Generate SSL Certificate Files.
- Upload SSL certificate and key.
- Log in to F5.
- Click Local Traffic, SSL Certificates, Import.
- Import the key: Select Key as the Import Type, enter the Key Name, click Browse and navigate to the location of the key file, and then click Import.
user-specified-location/c2okey2.pem
- Click Local Traffic, SSL Certificates, Import.
- Import the certificate: Select Certificate as the Import Type, enter the Certificate Name, click Browse and navigate to the location of the certificate, and then click Import.
user-specified-location/c2ocert2.pem
- Create the Client profile.
- Click Local Traffic, Profiles, SSL, Client.
- Click Create.
- Enter a name in the Name field. Accept the default for Parent Profile, clientssl.
- Select Advanced for Configuration.
- On the right hand side, select Certificate, Key, and Pass Phrase fields to make them editable.
- From the Certificate drop-down list, select the c2ocert2.pem certificate you imported in the previous step.
- From the Key drop-down list, select the c2okey2.pem key you imported in the previous step.
- In the Pass Phrase and in the Confirm Pass Phrase fields, enter the key phrase that was used to generate the certificate files.
- Click Finished.
- Create the Server profile.
- Click Local Traffic, Profiles, SSL, Server.
- Click Create.
- Enter a name in the Name field. Accept the default for Parent Profile, serverssl.
- Select Advanced for Configuration.
- On the right hand side, select Certificate, Key, and Pass Phrase fields to make them editable.
- From the Certificate drop-down list, select the c2ocert2.pem certificate you imported in the previous step.
- From the Key drop-down list, select the c2okey2.pem key you imported in the previous step.
- In the Pass Phrase and in the Confirm Pass Phrase fields, enter the key phrase that was used to generate the certificate files.
- Click Finished.
- Link the Client and Server Profiles to the F5 Virtual Server
- Click Local Traffic, Virtual Servers, Virtual Server List.
- Select the Virtual Server for CA Process Automation, for example, pamlib.
Notice that the Service Port displays 443 and HTTPS.
- For SSL Profile (Client), select clientssl (the default you used for the Parent Profile in the last two steps.
- For SSL Profile (Server), select serverssl.
- Click Finished.
Comparison of port settings for HTTPS and HTTP
|
|
HTTPS (secure)
|
HTTP (basic)
|
|
Service Port
|
443
|
80
|
|
Node members added to the pool
|
8443
|
8080
|
|
iRule referring to the web socket port
|
443
|
80
|
Copyright © 2014 CA.
All rights reserved.
 
|
|