puppet-openssl
puppet-openssl copied to clipboard
Puppet OpenSSL module
Allow Passwords to be of Puppet-Datatype `Sensitive`. Return `Sensitive`, if Passwords were provided as `Sensitive`.
#### Pull Request (PR) description Use private key created before, not the default value. #### This Pull Request (PR) fixes the following issues Fixes #185
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.28.0 - Ruby: 2.7.8 - Distribution: Rocky Linux 8.9 - Module version: 3.1.0 ## How to reproduce (e.g Puppet code...
#### Pull Request (PR) description Fixes usage of `openssl::certificate::x509` where the private key was not passed into OpenSSL correctly. This could collide with L83 in `lib/puppet/provider/x509_cert/openssl.rb` but I don't have...
I was reviewing the below code, because of suspected failing its purpose: https://github.com/voxpupuli/puppet-openssl/blob/8915708c0593831e3e4b8b7490e426fee4761e7c/lib/puppet/provider/x509_cert/openssl.rb#L45-L54 My analysis unveiled, that neither the if nor the elsif branches are ever executed. This is because...
## 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...
It would be nice if this module allows users to export signed certificates and import them on other hosts. For example: define and export a certificate on host1, then import...
If I interpret this correctly, in #39 there have been attempts made to generate and manage a CA. However, as the original pull request was closed by the original author...
This adds the possibility to directly specify user/group and mode for key, request, cert and dh. In a second step the manifests could be simplified (no need for file resources...