We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUSINESS PROBLEM The playbook for PEM does not allow for certificate and chain to be stored into a single file (like the vcert enroll command does).
PROPOSED SOLUTION
- installations: - format: PEM file: /LOCATION/cert.crt chainFile: InCertFile_First |InCertFile_Last | /LOCATION/cert.chain keyFile: /Location/cert.key
CURRENT ALTERNATIVES leverage the afterInstallAtion:
- installations: - format: PEM afterInstallAction: cat /LOCATION/cert.chain >> /LOCATION/cert.crt ; systemctl ngnix restart
or use vcert enroll in a script
vcert enroll
VENAFI EXPERIENCE Use vcert daily
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BUSINESS PROBLEM
The playbook for PEM does not allow for certificate and chain to be stored into a single file (like the vcert enroll command does).
PROPOSED SOLUTION
CURRENT ALTERNATIVES
leverage the afterInstallAtion:
or use
vcert enroll
in a scriptVENAFI EXPERIENCE
Use vcert daily
The text was updated successfully, but these errors were encountered: