From 4d3d0b11cd50d9809ad014b3ad5f3d5f79035c2c Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 14 Sep 2015 16:36:04 +0900 Subject: [PATCH] fixed formatting --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a4c7d08..f8d8dda 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,19 @@ Description ------------- 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. 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: --the default Firefox profile (so that any newly created Firefox profile will automatically have them) --the Firefox profiles of all users on the local Windows machine (appropriate write permissions to these user profiles needed) +- the default Firefox profile (so that any newly created Firefox profile will automatically have them) +- the Firefox profiles of all users on the local Windows machine (appropriate write permissions to these user profiles needed) The release download includes a build of the NSS `certutil.exe`. Usage ------------- --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) --put all CA certificates that you want to add in the folder: `cacert\` - -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. --run `add-certs.cmd` with admin privileges +- 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) +- put all CA certificates that you want to add in the folder: `cacert\` + - 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. +- run `add-certs.cmd` with admin privileges Requirements ------------- --the bundeled certutil.exe might require [vcredist 12.0/2013 32bit](http://www.microsoft.com/en-us/download/details.aspx?id=40784) --tested with Firefox 39.0, Windows 8.1 \ No newline at end of file +- the bundeled certutil.exe might require [vcredist 12.0/2013 32bit](http://www.microsoft.com/en-us/download/details.aspx?id=40784) +- tested with Firefox 39.0, Windows 8.1 \ No newline at end of file