Skip to content

Releases: soluble-ai/go-ktls

v0.1.4

05 Oct 04:08
3e19712
Compare
Choose a tag to compare

Add patch-ca-bundle command to patch a webhook or API service resource with the signing CA cert of a cert.

v0.1.3

03 Oct 19:16
c6ea207
Compare
Choose a tag to compare

The command now accepts a --days argument to set the certificate expiration.

v0.1.2

02 Oct 01:03
c540577
Compare
Choose a tag to compare
  • Add container image

  • Add background renewal

  • Default DNS names to those for a kubernetes service

  • Add ktls delete command

  • Save public CA cert in separate secret

Fix renewal

27 Jun 04:27
db1f2bd
Compare
Choose a tag to compare
Fix renewal logic (#6)

Signed-off-by: Sam Shen <[email protected]>

Initial release

26 Jun 17:20
bc981e4
Compare
Choose a tag to compare
Remove filesystem support concentrate on self-managed case (#5)

* Renew certs when close to expiration

Signed-off-by: Sam Shen <[email protected]>