chef-repo
chef-repo copied to clipboard
Setting Up SSL Certificate For Nginx
Hi, I'm in the process of setting up SSL. Thus, the current instructions says that one should do the following with the last step:
cookbook_file '/etc/apache2/ssl/monitoring.example.com.pem'
owner 'root'
group 'root'
mode 0600
end
Now, would I change the first line from
'/etc/apache2/ssl/monitoring.example.com.pem'
to
'/etc/nginx/ssl/monitoring.example.com.pem'