conjurdemos / conjur-intro

Miscellaneous utilities that make it easier to make, manage, and run demos
Apache License 2.0
10 stars 11 forks source link

Certificates are generated prior to import #75

Closed jvanderhoof closed 3 years ago

jvanderhoof commented 4 years ago

This PR uses CFSSL to generate a root, intermediate, and leaf certificates for a DAP cluster. CFSSL provides a much cleaner interface for certificate generation than OpenSSL (IMO). This change means certificates are generated on request and no longer will expire.