capistrano-plugins / capistrano-unicorn-nginx

Capistrano tasks for automatic and sensible unicorn + nginx configuration
MIT License
175 stars 81 forks source link

Allow customizing paths for SSL certificate and key #76

Closed ghost closed 9 years ago

ghost commented 9 years ago

This change allows customizing the paths where the SSL certificate and key are written.

The use case for me is that I'm deploying to a server that is shared by several applications, and the low-privilege user running this deployment does not have read access to the /etc/ssl/private/ directory. This causes deploy:setup to fail because it cannot verify whether the key is present.