Version: v5On this pageionic ssl generateGenerates an SSL key & certificateionic ssl generate [options]Uses OpenSSL to create a self-signed certificate for localhost (by default).After the certificate is generated, you will still need to add it to your system or browser as a trusted certificate.The default directory for --key-path and --cert-path is .ionic/ssl/.Options--key-path =<path>DescriptionDestination of private key fileDefault./.ionic/ssl/key.pem--cert-path =<path>DescriptionDestination of certificate fileDefault./.ionic/ssl/cert.pemAdvanced Options--country-name =<C>DescriptionThe country name (C) of the SSL certificateDefaultUS--state-or-province-name =<ST>DescriptionThe state or province name (ST) of the SSL certificateDefaultWisconsin--locality-name =<L>DescriptionThe locality name (L) of the SSL certificateDefaultMadison--organization-name =<O>DescriptionThe organization name (O) of the SSL certificateDefaultIonic--common-name =<CN>DescriptionThe common name (CN) of the SSL certificateDefaultlocalhost--bits =<bits>DescriptionNumber of bits in the keyAliases-bDefault2048