cloudfoundry-community / safe-boshrelease

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

add a self signed property #38

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.

fearoffish commented 2 years ago

I can improve on this (on Monday) by re-using the verify property, instead of using the new one, like I did.