Command Palette

Search for a command to run...

vercel_certs

Manage SSL certificates for domains

Syntax
vercel certs [subcommand]
Subcommands
Available subcommands for this command
ls

List certificates

issue

Issue new certificates

vercel certs issue [domain1, domain2, ...]
rm

Remove certificate

vercel certs rm [certificate-id]
Examples
Common usage examples
vercel certs ls --limit 50
vercel certs issue example.com www.example.com
vercel certs issue foo.com --challenge-only
vercel certs rm cert_abc123
Use Cases
When to use this command
  • SSL certificate management
  • Custom certificate issuance
  • Certificate inventory