summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-12 09:35:27 -0700
committerClaire McQuin <claire@getchef.com>2014-09-12 09:35:27 -0700
commitbf3e2dfceef3a5555dd5f9214940f4d30435ec43 (patch)
tree1b822e00d1d606e4cc66235d5fbd5c1a0c3066bb
parent6c09649c78184415517f0b3510c06618c0bc4889 (diff)
downloadchef-bf3e2dfceef3a5555dd5f9214940f4d30435ec43.tar.gz
fix typo
-rw-r--r--lib/chef/knife/ssl_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/ssl_check.rb b/lib/chef/knife/ssl_check.rb
index 5751eadcac..448a55df0c 100644
--- a/lib/chef/knife/ssl_check.rb
+++ b/lib/chef/knife/ssl_check.rb
@@ -173,7 +173,7 @@ 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 'keyUseage' under '[ v3_ca ]'.
+IMPORTANT: You do not need to change the value of 'keyUsage' under '[ v3_ca ]'.
BAD_CERTS
# @TODO: ^ needs URL once documentation is posted.