Is there anyway to specify basicConstraints for openssl cert via command line
Adding basicConstraints without openssl.cnf I couldn’t see how to avoid using it entirely but using the default config and commenting out anything you set by commandline seems efficient enough. Utilize -addext which can be used multiple times Given an already-existing privkey.pem and with the caveat that e.g. /etc/ssl/openssl.cnf does not have conflicting instructions, the following … Read more