summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-10 11:26:51 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-16 12:04:01 -0700
commitf079bf53e5f94f9a692acd1a38ba74364f4fba92 (patch)
tree9b46ca7370a158e11196488bfc6ef716a14396de
parent436a92e75b895298c165bbb8adf2720bc5848af3 (diff)
downloadchef-f079bf53e5f94f9a692acd1a38ba74364f4fba92.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 22a06527c2..1451bc476f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -32,7 +32,7 @@ end
### chef_client_trusted_certificate
-The `chef_client_trusted_certificate` resource allows you to add a certificate to Chef Infra Client's trusted certificate directory. The resource handles platform specific locations and creates the trusted certificates directory if it doesn't already exist. Once a certificate is added, it will be used by the client itself to communicate with the Chef Infra Server and by resources such as `remote_file`.
+The `chef_client_trusted_certificate` resource allows you to add a certificate to Chef Infra Client's trusted certificate directory. The resource handles platform-specific locations and creates the trusted certificates directory if it doesn't already exist. Once a certificate is added, it will be used by the client itself to communicate with the Chef Infra Server and by resources such as `remote_file`.
```ruby
chef_client_trusted_certificate 'self-signed.badssl.com' do