Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 4d3d0b1

Browse files
fixed formatting
1 parent 994ded7 commit 4d3d0b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Description
88
-------------
99
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.
1010
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)
1313

1414
The release download includes a build of the NSS `certutil.exe`.
1515

1616
Usage
1717
-------------
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.
21+
- run `add-certs.cmd` with admin privileges
2222

2323
Requirements
2424
-------------
25-
-the bundeled certutil.exe might require [vcredist 12.0/2013 32bit](http://www.microsoft.com/en-us/download/details.aspx?id=40784)
26-
-tested with Firefox 39.0, Windows 8.1
25+
- the bundeled certutil.exe might require [vcredist 12.0/2013 32bit](http://www.microsoft.com/en-us/download/details.aspx?id=40784)
26+
- tested with Firefox 39.0, Windows 8.1

0 commit comments

Comments
 (0)