-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Looks like chrome and firefox have updated how they store certificates on Linux.
Maybe there is just a new url to put there:
https-local/src/internal/linux/chrome_linux.js
Lines 40 to 47 in ef072a1
| 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
Labels
No labels