vercel certs
The command is used to manage certificates for domains, providing functionality to list, issue, and remove them. Vercel manages certificates for domains automatically.
Using the vercel certs command to list all
certificates under the current scope.
Using the vercel certs command to issue certificates
for multiple domains.
Using the vercel certs command to remove a
certificate by ID.
These are options that only apply to the command.
The option can be used to only show the challenges needed to issue a certificate.
Using the vercel certs command with the
--challenge-only option.
The option can be used to specify the maximum number of certs returned when using . The default value is and the maximum is .
Using the vercel certs ls command with the
--limit option.
The following global options can be passed when using the vercel certs command:
For more information on global options and their usage, refer to the options section.
Was this helpful?