Skip to content

v0.12.0

Compare
Choose a tag to compare
@cmmarslender cmmarslender released this 12 Sep 16:39
· 35 commits to main since this release
1ed8529

If you are using the tls package to generate certs more granularly than calling GenerateAllCerts, there are some changes to be aware of that are potentially breaking.

  • GenerateCASignedCert no longer writes the cert to disk and doesn't accept the path base as an arg. Call WriteCertAndKey with the results of GenerateCASignedCert to write to the files.
  • The response from GenerateCASignedCert is no longer the PEM encoded bytes written to a file. Call EncodeCertAndKeyToPEM with the results of GenerateCASignedCert to get the PEM encoded bytes
  • Add EncodeCertAndKeyToPEM function which encodes the result of GenerateCASignedCert to PEM

What's Changed

Full Changelog: v0.11.1...v0.12.0