Skip to content

Commit bc18a96

Browse files
committed
Added few words about the default root CA list
1 parent a100785 commit bc18a96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ cas.sh -p ~/.mozilla/firefox/XXXXXXXX.reference_profile -P ~/.mozilla/firefox/X
200200

201201
### The default list
202202

203+
This is the default CA list, that you can use. It should be enough for basic use for the most biggest/popular sites. Of course this still depends on where you are located and what sites/services/etc. you use. If you know some popular site, that is not accessible with this root CA list, please let me know and I'll consider adding it to the list.
204+
203205
<table>
204206
<tr>
205207
<th>Root CA</th><th>Used by</th>
@@ -228,6 +230,14 @@ cas.sh -p ~/.mozilla/firefox/XXXXXXXX.reference_profile -P ~/.mozilla/firefox/X
228230
<tr><td>SecureTrust CA</td> <td></td></tr>
229231
</table>
230232

233+
#### How to use the default list
234+
235+
Import the default CA list with:
236+
237+
````
238+
cas.sh -C -P ~/.mozilla/firefox/XXXXXXXX.new_profile -a
239+
````
240+
231241

232242
TODO
233243
----

0 commit comments

Comments
 (0)