Skip to content

autoTrust not working anymore for chrome and firefox on linux #9

@dmail

Description

@dmail

Looks like chrome and firefox have updated how they store certificates on Linux.

Maybe there is just a new url to put there:

browserNSSDBDirectoryUrls: [
new URL(".pki/nssdb", assertAndNormalizeDirectoryUrl(process.env.HOME)),
new URL(
"snap/chromium/current/.pki/nssdb",
assertAndNormalizeDirectoryUrl(process.env.HOME),
), // Snapcraft
"file:///etc/pki/nssdb", // CentOS 7
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions