Installs or updates an SSL certificate on a Vultr load balancer to enable secure HTTPS connections for applications.
The vultr-cli load-balancer ssl set-certificate command uploads and assigns an SSL certificate to a specified load balancer, enabling secure HTTPS connections for your hosted applications.
$ vultr-cli load-balancer ssl set-certificate <Load Balancer ID> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| - | --base64 | Indicates SSL values are Base64-encoded |
| - | --certificate | Path to SSL certificate |
| - | --chain | (optional) Path to SSL certificate chain |
| - | --private-key | Path to SSL private key |