summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-15 17:16:28 -0700
committerJohn McCrae <jmccrae@chef.io>2021-04-20 12:00:29 -0700
commitb73b775d5c52365b49796e3b6056558db3c68a42 (patch)
tree85f2c7568b34af68a249edd26abf41453808706d
parent330b7b6a9322232f974371f86d5de0127be4477c (diff)
downloadchef-b73b775d5c52365b49796e3b6056558db3c68a42.tar.gz
Update lib/chef/resource/windows_certificate.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--lib/chef/resource/windows_certificate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_certificate.rb b/lib/chef/resource/windows_certificate.rb
index 6df9cc856c..a4c9b5f87e 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -93,7 +93,7 @@ class Chef
introduced: "16.8"
property :output_path, String,
- description: "A path on the node where a certificate object (pfx, pem, cer, key, etc) can be exported to.",
+ description: "A path on the node where a certificate object (PFX, PEM, CER, KEY, etc) can be exported to.",
introduced: "17.0"
action :create, description: "Creates or updates a certificate." do