voxpupuli / puppet-openssl

Puppet OpenSSL module
Apache License 2.0
38 stars 84 forks source link

RFE: Allow DER certs to be converted to PEM format #121

Closed n3mawashi closed 3 years ago

n3mawashi commented 3 years ago

At time certs come in DER format which is generally unusable for Unix environments. Being able to convert them to PEM using automation would allow internally signed certs from AD cert manager to seemly make its way into unix/linux environments.

n3mawashi commented 3 years ago

Pull request to resolve: https://github.com/camptocamp/puppet-openssl/pull/122