diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2021-09-27 14:00:45 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2021-09-27 16:04:55 -0400 |
commit | 7485cf079c8b60e4600a03b03f6ef00cb0d89495 (patch) | |
tree | ec82a47e23dfe36e15d44f83f59da2cfddf1802a /cspell.json | |
parent | 092b0ea9fb7952b9a09aa13d1e67346a34c97ecd (diff) | |
download | chef-7485cf079c8b60e4600a03b03f6ef00cb0d89495.tar.gz |
Check for ca_key_file before loading ca keymp/chef-12091
Checking for csr_file wasn't correct, because that's not what we're
using to load the ca key.
This also adds an inspec verification to ensure that the generated
`openssl_x509_certificate` in the _openssl.rb test is valid. It fails
without the supporting change.
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'cspell.json')
-rw-r--r-- | cspell.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cspell.json b/cspell.json index 4c974d6a80..66c26b91d6 100644 --- a/cspell.json +++ b/cspell.json @@ -27,6 +27,7 @@ "ADMINI", "adminonly", "advapi", + "Afile", "Afonov", "agrs", "airgapped", |