certs generate

Generate a self-signed certificate for one or more domains. Self-signed certificates are useful for development and testing. For production use, import a certificate from a trusted authority using certs import.

Syntax

$ convox certs generate <domain> [domain...]

Flags

Flag Short Description
--id Send logs to stderr, certificate ID to stdout
--rack -r Rack name

Example Usage

$ convox certs generate example.com
Generating certificate... OK, cert-ab12cd

See Also