voxpupuli / puppet-openssl

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

feature to add x509 extension #203

Open ashish1099 opened 3 months ago

ashish1099 commented 3 months ago

Affected Puppet, Ruby, OS and module versions/distributions

Feature

I want to add some extension to x509 for my cert.

[ v3_ca ]
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer
basicConstraints = critical,CA:true

Let me know, I can raise a PR to get this moving.