]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Merge pull request #355 from MS-PC/patch-1
[policy-templates.git] / README.md
index ef301ac1c5995aa290490469079db9ab3b7e25e7..6e7ef5c162603fdfe2f63ba8f2fd8c9dc4b104dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -101,10 +101,10 @@ This policy can be used to install certificates or to read certificates from the
 The ImportEnterpriseRoots key will cause Firefox to import from the system certificate store.
 
 The Install Certificates key by default will search for certificates in the locations listed below. 
 The ImportEnterpriseRoots key will cause Firefox to import from the system certificate store.
 
 The Install Certificates key by default will search for certificates in the locations listed below. 
-Starting in Firefox 65, you can specify a fully qualified path including UNC. (see cert3.der and cert4.pem, in example).
+Starting in Firefox 65 you can specify a fully qualified path including UNC. (See cert3.der and cert4.pem, in example).
 
 **Be advised if you wish to load a certificate from a UNC path you must use double backslahes.**
 
 **Be advised if you wish to load a certificate from a UNC path you must use double backslahes.**
-**Example: \\SERVER\\CERTS\CERT5.PEM**
+Example: \\SERVER\\CERTS\CERT5.PEM
 
 
 If Firefox does not find something at your fully qualified path, it will search the default directories.
 
 
 If Firefox does not find something at your fully qualified path, it will search the default directories.
@@ -396,6 +396,7 @@ For Uninstall and Locked, you specify extension IDs.
       "Uninstall": ["addon_id@mozilla.org"],
       "Locked":  ["addon_id@mozilla.org"]
     }
       "Uninstall": ["addon_id@mozilla.org"],
       "Locked":  ["addon_id@mozilla.org"]
     }
+  }
 }
 ```
 ### HardwareAcceleration
 }
 ```
 ### HardwareAcceleration
@@ -630,3 +631,22 @@ This policy allows you to add PKCS #11 Modules
   }
 }
 ```
   }
 }
 ```
+### SSLVersionMin
+This policy allows you to set the minimum TLS version.
+```
+{
+  "policies": {
+    "SSSLVersionMin": ["tls1", "tls1.1", "tls1.2",. "tls1.3"]
+  }
+}
+
+```
+### SSLVersionMax
+This policy allows you to set the maximum TLS version.
+```
+{
+  "policies": {
+    "SSSLVersionMax": ["tls1", "tls1.1", "tls1.2",. "tls1.3"]
+  }
+}
+```

patrick-canterino.de