heroku certs:generate <domain>

Generate a key and a CSR or self-signed certificate

Arguments

NameDescription
domain

Options

NameDescription
--selfsignedGenerate a self-signed certificate instead of a CSR
--keysize <keysize>RSA key size in bits (default: 2048)
--owner <owner>Name of organization certificate belongs to
--country <country>Country of owner, as a two-letter ISO country code
--area <area>Sub-country area (state, province, etc.) of owner
--city <city>City of owner
--subject <subject>Specify entire certificate subject
--nowDo not prompt for any owner information
-a, --app <app>App to run command against
-r, --remote <remote>Git remote of app to use