puppet-openssl
puppet-openssl copied to clipboard
Replace expired certificate?
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 7.24.0
- Ruby:
- Distribution: CentOS Stream 9
- Module version: 2.0.1
How to reproduce (e.g Puppet code you use)
class { '::openssl::certificate':
x509_certs => { '/path/to/certificate.crt' => { ensure => 'present',
password => 'j(D$',
private_key => '/there/is/my/private.key',
days => 4,
force => false,}
}
}
What are you seeing
When the certificate expires, puppet doesn't appear to care
What behaviour did you expect instead
When the certificate expires, a new cert would be generated from the private key