You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSL Offloading allows load balancers to handle encryption and decryption of
484
+
HTTP(s) traffic giving plain text HTTP to the back end servers freeing them
485
+
from the resource intensive task of handling encryption and decryption.
486
+
SSL Offloading supports CloudStack Virtual Router since Apache CloudStack 4.22.0.
487
+
488
+
- Upload SSL certificates
489
+
490
+
SSL certificate is required for SSL offloading feature. As the first step, users
491
+
need to upload SSL certificates for the accounts or projects.
492
+
493
+
|ssl-certificate-account.png|
494
+
495
+
Click "Upload SSL Certificate" button, input the following fields in the dialog, click "Submit"
496
+
497
+
* Name: the name of the SSL certificate. This is required.
498
+
* Certificate: the SSL certificate. This is required.
499
+
* Private Key: the private key of the SSL certificate. This is required.
500
+
* Certificate chain: the ROOT CA and intermediate certificate(s) of the SSL certificate. Please input if exist, otherwise the SSL certificate might not work.
501
+
* Password: the password of the private key. Currently it is unsupported when use CloudStack Virtual Router for SSL offloading.
502
+
* Revocation check: Whether enables revocation checking for certificates. Please do not check if self-signed SSL certificate.
503
+
504
+
|ssl-certificate-upload.png|
505
+
506
+
Users can view or remove the SSL certificates on the same page.
507
+
508
+
|ssl-certificate-list.png|
509
+
510
+
For projects, go to the project page and click "Certificates" tab
511
+
512
+
|ssl-certificate-project.png|
513
+
514
+
- Create Load balancer rule with SSL Certificate
515
+
516
+
SSL certificate can be configured only when the protocol of load balancer rule is ssl.
517
+
518
+
|ssl-certificate-new-lb-rule.png|
519
+
520
+
Click "SSL certificate" button, select a SSL certificate, click "OK"
521
+
522
+
|ssl-certificate-new-lb-rule-select.png|
523
+
524
+
- Assign SSL certificate to existing Load balancer rule
525
+
526
+
If the load balancer rule has been created without SSL certificate, update protocol to SSL if it is not
527
+
528
+
|ssl-certificate-update-lb-rule-protocol.png|
529
+
530
+
Click "Manage" button under the "SSL certificate" field, select a SSL certificate,
531
+
click "Replace" or "Assign" button to assign a new SSL certificate.
532
+
533
+
|ssl-certificate-update-lb-rule-ssl-cert.png|
534
+
535
+
User can remove the SSL certificate from load balancer rule by clicking "Remove" button.
536
+
537
+
.. note::
538
+
Since SSL offloading increases CPU utilization on the load balancer,
539
+
please allocate more resources to the Virtual Router when expecting high traffic.
0 commit comments