diff options
author | Joshua Timberman <jtimberman@users.noreply.github.com> | 2015-01-21 09:19:19 -0700 |
---|---|---|
committer | Joshua Timberman <jtimberman@users.noreply.github.com> | 2015-01-21 09:19:19 -0700 |
commit | 23839c0ad79c600dabbc1149061b230eada2586a (patch) | |
tree | 487b34c70b13d633c056acade0c18b1bf5ecbfda | |
parent | e90c6733ad1d64b94b0a29bfac11bf29f188a203 (diff) | |
parent | 0234396fda094bcee4c50e3a1aa90e66c7795811 (diff) | |
download | chef-23839c0ad79c600dabbc1149061b230eada2586a.tar.gz |
Merge pull request #2605 from jtimberman/jtimberman/knife-ssl-check-server-location
Fixes #2604, update location for Chef Server 12
-rw-r--r-- | lib/chef/knife/ssl_check.rb | 4 |
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 |