ionic ssl generate
Generates an SSL key & certificate
Options
Name | Description |
---|---|
--key-path <path> | Destination of private key file |
--cert-path <path> | Destination of certificate file |
--country-name <C> | The country name (C) of the SSL certificate |
--state-or-province-name <ST> | The state or province name (ST) of the SSL certificate |
--locality-name <L> | The locality name (L) of the SSL certificate |
--organization-name <O> | The organization name (O) of the SSL certificate |
--common-name <CN> | The common name (CN) of the SSL certificate |
--bits, -b <bits> | Number of bits in the key |