Today quickstart suite is using frapsoft/openssl container image for generating nginx self-signed certificate.
The image has been not updated for 4 years.
This PR removes dependency by frapsoft/openssl image and uses cyberark/conjur container's openssl tool in order to generate nginx self-signed certificate.
Checklists
Change log
[ ] The CHANGELOG has been updated, or
[X] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code changes, or
[X] The changes in this PR do not require tests
Documentation
[ ] Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
[X] This PR does not require updating any documentation
What does this PR do?
Today quickstart suite is using frapsoft/openssl container image for generating nginx self-signed certificate. The image has been not updated for 4 years. This PR removes dependency by
frapsoft/openssl
image and usescyberark/conjur
container's openssl tool in order to generate nginx self-signed certificate.Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or