Skip to content

v0.11.0

Compare
Choose a tag to compare
@cmmarslender cmmarslender released this 11 Sep 14:31
· 38 commits to main since this release
f3a1a77

Potentially Breaking Change

tls.GenerateAllCerts() now accepts *x509.Certificate and *rsa.PrivateKey as args, to support generating certificates with a pre-existing CA. To generate a random new CA (the old behavior), just pass in nil for both options

What's Changed

  • Allow passing in a ca cert/key to use when generating all certs by @cmmarslender in #148

Full Changelog: v0.10.0...v0.11.0