Replies: 1 comment 1 reply
-
|
Did you try to copy your certificate to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add a custom Root CA to the image I'm building out of this one.
But the custom CA then does not appear in the Firefox GUI. The following other options DO WORK, but require extra post-launch configuration:
Either copy your pem to the container and import manually from the GUI, using the Import button.
Or in command-line:
policies.json:{ "policies": { "Certificates": { "ImportEnterpriseRoots": true } } }Beta Was this translation helpful? Give feedback.
All reactions