cloudfoundry-community / safe-boshrelease

A simplified HA Vault intended to be used with `safe`
MIT License
8 stars 9 forks source link

Add a property for setting whether a certificate is self signed #36

Closed fearoffish closed 2 years ago

fearoffish commented 2 years ago

If a user uses the release without giving an ssl certificate, the pre-start will generate a new self signed certificate. If a user provides a non-self-signed certificate then everything will work as usual. If a user provides a certificate that is self signed, then they need to tell the release by setting "use_self_signed_certificate" to true.