You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data bag item contains all the item keys and the key vault-server-chain contains the certificates of the CAs (intermediate and root).
Expected Result
The file vault-server.bundle.pem should have as content the certificate followed by the chain.
Actual Result
The file vault-server.bundle.pem only contains just the certificate.
However if I set chain_name (eg: to vault-server.chain.pem) then the combined chain is correctly created.
This issue is very similar to #38 the difference is that the chain_combined is expecting the chain file to exist.
The text was updated successfully, but these errors were encountered:
Cookbook Version
2.1.0
Chef Client Version
13.8.5
Scenario
I want to create a certificate, its key and a combined chain from an encrypted data bag, but not the chain.
Steps to Reproduce
The data bag item contains all the item keys and the key
vault-server-chain
contains the certificates of the CAs (intermediate and root).Expected Result
The file
vault-server.bundle.pem
should have as content the certificate followed by the chain.Actual Result
The file
vault-server.bundle.pem
only contains just the certificate.However if I set
chain_name
(eg: tovault-server.chain.pem
) then the combined chain is correctly created.This issue is very similar to #38 the difference is that the chain_combined is expecting the chain file to exist.
The text was updated successfully, but these errors were encountered: