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
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ Description
8
8
-------------
9
9
Unlike other browsers, Firefox doesn't use the Windows certificate store, but comes with its own hardcoded list of trusted Certificate Authorities. New CA certificates can be added through the GUI and are stored in the user's Firefox profile.
10
10
This cmd script is a very thin wrapper around Mozilla's NSS certutil command line tool, that adds all CA certificates from a given folder as trusted to:
11
-
-the default Firefox profile (so that any newly created Firefox profile will automatically have them)
12
-
-the Firefox profiles of all users on the local Windows machine (appropriate write permissions to these user profiles needed)
11
+
-the default Firefox profile (so that any newly created Firefox profile will automatically have them)
12
+
-the Firefox profiles of all users on the local Windows machine (appropriate write permissions to these user profiles needed)
13
13
14
14
The release download includes a build of the NSS `certutil.exe`.
15
15
16
16
Usage
17
17
-------------
18
-
-download and extract the ZIP file from the [release page](https://github.com/christian-korneck/firefox_add-certs/releases) (includes the NSS certutil.exe binaries)
19
-
-put all CA certificates that you want to add in the folder: `cacert\`
20
-
-note: For testing, the CA folder includes the [CACert.org](http://www.cacert.org/) root and intermediate certificates. Remove them if you don't want to add them.
21
-
-run `add-certs.cmd` with admin privileges
18
+
-download and extract the ZIP file from the [release page](https://github.com/christian-korneck/firefox_add-certs/releases) (includes the NSS certutil.exe binaries)
19
+
-put all CA certificates that you want to add in the folder: `cacert\`
20
+
-note: For testing, the CA folder includes the [CACert.org](http://www.cacert.org/) root and intermediate certificates. Remove them if you don't want to add them.
0 commit comments