[GH-ISSUE #2578] Trust Certificates #1643

Closed
opened 2026-05-05 08:17:39 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @m2freem on GitHub (Mar 12, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2578

I would like to be able to run:
firejail --private firefox -private -no-remote
and be able to have certificates that have been added to the trust store still be active. Certificate is for a trusted root-ca serving internal webpages. I want to start with a clean slate with only the added certificates. Is there an easy way to do this?

Originally created by @m2freem on GitHub (Mar 12, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2578 I would like to be able to run: `firejail --private firefox -private -no-remote` and be able to have certificates that have been added to the trust store still be active. Certificate is for a trusted root-ca serving internal webpages. I want to start with a clean slate with only the added certificates. Is there an easy way to do this?
Author
Owner

@smitsohu commented on GitHub (Mar 16, 2019):

If the certificate is to be stored in ~/-mozilla, you could provide a minimal ~/.mozilla template with just the certificate inside and start firefox like
firejail --private-home=.mozilla firefox -private -no-remote

<!-- gh-comment-id:473481855 --> @smitsohu commented on GitHub (Mar 16, 2019): If the certificate is to be stored in ~/-mozilla, you could provide a minimal ~/.mozilla template with just the certificate inside and start firefox like `firejail --private-home=.mozilla firefox -private -no-remote`
Author
Owner

@m2freem commented on GitHub (Mar 18, 2019):

Thank you

<!-- gh-comment-id:473950442 --> @m2freem commented on GitHub (Mar 18, 2019): Thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1643
No description provided.