Skip to content

Releases: waschinski/cosmos-cert-extractor

v0.6

26 Jun 20:55
Compare
Choose a tag to compare

As suggested in #4 the docker file is now based on the python alpine instead of the slim image which is resulting in a significantly smaller image size. Thanks @lilkidsuave!

v0.5

24 Jun 23:22
435b704
Compare
Choose a tag to compare

The output path where the cert files are being written in can now be configured. Th default path is still /output/certs.

v0.4

20 Jun 13:19
Compare
Choose a tag to compare

In order to reduce the amount of unnecessary file writes I've now implemented a simple check that compares the value of TLSValidUntil with its value from the previous config file change. Only if the value has changed, the script assumes the certificate has been updated and is going to extract it.

v0.3

18 Jun 23:55
Compare
Choose a tag to compare

This first release contains the improvements done by @lilkidsuave in #1 on my initial version of the script. It also includes the switch from a time based interval check to using a FS based modification check that I have implemented afterwards.