You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a nice little cookbook to generate self-signed certificates. I think it would make more sense to create the self-signed certs as an LWRP (:create and :delete actions) instead of a recipe so that the users can have the flexibility to create certificates during compile phase of Chef instead of execute phase. Also with an LWRP idempotence can be easily achieved.
Since now this is achieved as a recipe I can only create certs in execute phase.
The text was updated successfully, but these errors were encountered:
This is a nice little cookbook to generate self-signed certificates. I think it would make more sense to create the self-signed certs as an LWRP (:create and :delete actions) instead of a recipe so that the users can have the flexibility to create certificates during compile phase of Chef instead of execute phase. Also with an LWRP idempotence can be easily achieved.
Since now this is achieved as a recipe I can only create certs in execute phase.
The text was updated successfully, but these errors were encountered: