puppetlabs / puppetserver-ca-cli

A simple Ruby CLI tool to interact with the Puppet Server's included Certificate Authority
Apache License 2.0
3 stars 24 forks source link

PE-35372 add --remove-expired option to prune command #108

Closed shaigy closed 1 year ago

shaigy commented 1 year ago

Add --remove-expired option to prune command which will check for expired certificates in inventory.txt and/or in the signed directory and remove them from CRL.

shaigy commented 1 year ago

Validated manually by adding expired certs to inventory.txt and signed directory.

shaigy commented 1 year ago

@nmburgan Can you review the changes?