Vultr DocsLatest Content


SSL

Updated on 15 September, 2025

Manages SSL certificates for Vultr load balancers to enable secure HTTPS traffic encryption and termination.


The vultr-cli load-balancer ssl command manages SSL certificates for Vultr load balancers, allowing you to create, delete, and view SSL configurations for secure traffic handling.

Usage

console
$ vultr-cli load-balancer ssl

Available Commands

  • delete - Delete a load balancer SSL configuration
  • disable-auto-ssl - Disable a load balancer auto SSL. This will not remove an ssl certificate from the load balancer
  • set-auto-ssl - Set auto SSL certificate on a load balancer
  • set-certificate - Set SSL certificate on a load balancer
Removes an SSL certificate from a specified Vultr load balancer, disabling HTTPS connections through that certificate.
Disables automatic SSL certificate management for a load balancer, requiring manual certificate handling instead.
Enables or disables automatic SSL certificate management for a Vultr load balancer to simplify secure HTTPS configuration.
Installs or updates an SSL certificate on a Vultr load balancer to enable secure HTTPS connections for applications.