summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-15 12:20:08 -0700
committerClaire McQuin <claire@getchef.com>2014-09-15 12:20:08 -0700
commit8fb2ef7c795ec3df5c9ab5c91413e32edf758dba (patch)
treeabb7252d2ab35ce8e9d12e825481f8a8053a34e8
parent8fc145c9c9cc4682628862b0192638ade73b4e34 (diff)
downloadchef-8fb2ef7c795ec3df5c9ab5c91413e32edf758dba.tar.gz
Remove SO link from comments, link to docs later
-rw-r--r--lib/chef/knife/ssl_check.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/chef/knife/ssl_check.rb b/lib/chef/knife/ssl_check.rb
index 448a55df0c..f2d368ff39 100644
--- a/lib/chef/knife/ssl_check.rb
+++ b/lib/chef/knife/ssl_check.rb
@@ -168,13 +168,6 @@ Copy that file to your trusted_certs_dir (currently: #{configuration.trusted_cer
using SSH/SCP or some other secure method, then re-run this command to confirm
that the server's certificate is now trusted.
-* If generating self-signed certificates with Subject Alternative Names, check out this
-post on Stack Overflow on how to generate these using OpenSSL:
-
- http://stackoverflow.com/a/21494483
-
-IMPORTANT: You do not need to change the value of 'keyUsage' under '[ v3_ca ]'.
-
BAD_CERTS
# @TODO: ^ needs URL once documentation is posted.
end