sous-chefs / certificate

Development repository for the certificate cookbook
https://supermarket.chef.io/cookbooks/certificate
73 stars 43 forks source link

Add LWRP property to set key file to 0600 instead of 0640 when strict… #58

Closed bdd4329 closed 6 months ago

bdd4329 commented 7 years ago

Added LWRP boolean property that defaults to false called 'strict_key_perms', that, when set to true, will set the key's mode to 0600 instead of 0640. This allows the cookbook to be used for applications that perform strict permissions checking on the key file (postgres, etc).

Stromweld commented 6 months ago

closing due to age. please feel free to reopen if needed.