Skip to content

Releases: saltedsignal/puppet-certmonger

Bugfix

10 Feb 22:21
3e2e660
Compare
Choose a tag to compare

Pass key_size only to getcert request calls …

"resubmit" do not accept key_size(-g) option, only
"request" or "rekey" accept it.

Fixes: https://bugs.launchpad.net/tripleo/+bug/1915242

Bugfixes and enhancements

10 Feb 22:20
57c4fe9
Compare
Choose a tag to compare

Ability to get notified of resource change (#34) …

Make the type :certificate_certmonger able to react to
a notification sent by another puppet resource.

This is handy for requesting a new certificate to certmonger
when the content of the keyfile has changed (e.g. the user
generated another private key).

Correctly populate principal during prefetch (#33) …

When retrieve information out of "get-cert list", we currently
miss the "principal name" information. Consequently, a prefetched
certificate resource always differ from its original definition
when it is created with a :principal property.

Parse the principal information during prefetch to retrieve the
entire state of certificate and prevent puppet from flushing the
resource and triggering unecessary resubmit actions.

Bugfixes and enhancements

05 Dec 09:04
b2f2d23
Compare
Choose a tag to compare

Bumping puppet-certmonger version to be on aling with the forge version per #29
Enable changing keysize in certmonger_certificate provider
Fix quoting in certmonger_certificate pre/post save commands
Support Puppet 5 & 6 + stdlib 5.0
Please excuse previous releases v2.4.0 and v2.5.0, which did not correctly map to what was published in the forge.

Bugfixes and enhancements

30 Nov 17:14
b90fbe5
Compare
Choose a tag to compare

Bumping puppet-certmonger version to be on aling with the forge version per #29

Bugfixes and enhancements

24 Nov 06:14
b90fbe5
Compare
Choose a tag to compare
  • Enable changing keysize in certmonger_certificate provider
  • Fix quoting in certmonger_certificate pre/post save commands
  • Support Puppet 5 & 6 + stdlib 5.0

Puppet 4 types, new features and bugfixes

27 Sep 04:36
Compare
Choose a tag to compare

This backward-compatible release brings the following features and bugfixes to the module:

  • Use Puppet 4 types, add tests for defined type and fix a bug in string splitting (#10)
  • type/provider: Handle hostnames and IPs differently in dnsnames (#14)
  • Add cacertfile parameter for defined type (#5)
  • Add cacert file option to type/provider and defined type (#13)
  • Enable setting EKU for certificates in type/provider (#11)
  • Change path for getcert command in certmonger_certificate provider for debian (#9)
  • Add keysize parameter for defined type (#6)