certificates v0.6.0 Release Notes

Release Date: 2020-06-22 // almost 4 years ago
  • 🚀 This release adds the possibility to use a pre-existing csr during the generation by giving the path to the csr file using the --csr flag.


Previous changes from v0.5.0

  • ➕ Added bitsize flag to change certificate key generation bitsize use the --bitsize flag (default is 4096, options are 2048 and 4096). If you want to import the certificate in Azure KeyVault you must use a 2048 bit signing key.