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 installs or updates an SSL certificate on your Vultr load balancer, enabling secure HTTPS connections for your 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 |
No comments yet.