voxpupuli / puppet-openssl

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

Add definitions to export PEM cert/key from PKCS12 container #85

Closed michalmiddleton closed 7 years ago

michalmiddleton commented 7 years ago

Add openssl::export::pem_cert to export PEM certs from PKCS12. Add openssl::export::pem_key to export PEM certs from PKCS12. Update README.md to reflect this addition.