Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pki: T4026: Only emit private keys when available
* install_certificate() code path handles private_key=None OK already * file and console output paths will error trying to encode None as a key * This is only an issue for a couple of the generate_*_sign() functions, where having a null private key is possible * Self-signing and CA creation always generate a private key * Certreqs will generate a private key if not already provided
- Loading branch information