chef-repo icon indicating copy to clipboard operation
chef-repo copied to clipboard

Setting Up SSL Certificate For Nginx

Open conradwt opened this issue 10 years ago • 0 comments

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'

conradwt avatar Nov 15 '14 22:11 conradwt