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
Is your feature request related to a problem? Please describe.
I do not want to put the Conjur self-signed certificate on ever one of my PKI services. This feature will only be used for POC.
Describe the solution you'd like
When deploying the PKI service I would like to have an environment variable such as CONJUR_TRUST_SSL_CERTIFICATE which if set to true or yes will reach out to the CONJUR_APPLIANCE_URL and retrieve the certificate and store it on the PKI service locally. Then when making other HTTP requests we will use the certificate retrieved.
This is helpful when trying to stand up the pki-service quickly.
Describe alternatives you've considered
Nope
Additional context
.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I do not want to put the Conjur self-signed certificate on ever one of my PKI services. This feature will only be used for POC.
Describe the solution you'd like
When deploying the PKI service I would like to have an environment variable such as
CONJUR_TRUST_SSL_CERTIFICATE
which if set totrue
oryes
will reach out to theCONJUR_APPLIANCE_URL
and retrieve the certificate and store it on the PKI service locally. Then when making other HTTP requests we will use the certificate retrieved.This is helpful when trying to stand up the pki-service quickly.
Describe alternatives you've considered
Nope
Additional context
.
The text was updated successfully, but these errors were encountered: