summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssl_check.rb
diff options
context:
space:
mode:
authorjtimberman <joshua@chef.io>2015-01-21 00:29:04 -0700
committerjtimberman <joshua@chef.io>2015-01-21 00:29:04 -0700
commit0234396fda094bcee4c50e3a1aa90e66c7795811 (patch)
tree487b34c70b13d633c056acade0c18b1bf5ecbfda /lib/chef/knife/ssl_check.rb
parente90c6733ad1d64b94b0a29bfac11bf29f188a203 (diff)
downloadchef-0234396fda094bcee4c50e3a1aa90e66c7795811.tar.gz
Fixes #2604, update location for Chef Server 12
The doc changes were removed from the last release, and so not present in this commit.
Diffstat (limited to 'lib/chef/knife/ssl_check.rb')
-rw-r--r--lib/chef/knife/ssl_check.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/ssl_check.rb b/lib/chef/knife/ssl_check.rb
index f2d368ff39..c5fe4fc1aa 100644
--- a/lib/chef/knife/ssl_check.rb
+++ b/lib/chef/knife/ssl_check.rb
@@ -162,7 +162,7 @@ We are working on documentation for resolving common issues uncovered here.
server's certificate. By default, the certificate is stored in the following
location on the host where your chef-server runs:
- /var/opt/chef-server/nginx/ca/SERVER_HOSTNAME.crt
+ /var/opt/opscode/nginx/ca/SERVER_HOSTNAME.crt
Copy that file to your trusted_certs_dir (currently: #{configuration.trusted_certs_dir})
using SSH/SCP or some other secure method, then re-run this command to confirm
@@ -191,7 +191,7 @@ configure chef to trust that server's certificate.
By default, the certificate is stored in the following location on the host
where your chef-server runs:
- /var/opt/chef-server/nginx/ca/SERVER_HOSTNAME.crt
+ /var/opt/opscode/nginx/ca/SERVER_HOSTNAME.crt
Copy that file to your trusted_certs_dir (currently: #{configuration.trusted_certs_dir})
using SSH/SCP or some other secure method, then re-run this command to confirm