libnss3-tools
This commit is contained in:
parent
2b77ee4194
commit
013b734200
4 changed files with 41 additions and 0 deletions
|
@ -5,6 +5,7 @@ RTFD
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
public/firefox/index
|
public/firefox/index
|
||||||
|
public/libnss3-tools/index
|
||||||
public/archives/index
|
public/archives/index
|
||||||
public/code/index
|
public/code/index
|
||||||
public/containers/index
|
public/containers/index
|
||||||
|
|
11
in/public/libnss3-tools/import.rst
Normal file
11
in/public/libnss3-tools/import.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Import
|
||||||
|
======
|
||||||
|
|
||||||
|
Client certificate
|
||||||
|
------------------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
pk12util \
|
||||||
|
-d ~/.mozilla/firefox/default \
|
||||||
|
-i /path/to/client_certificate.pfx
|
9
in/public/libnss3-tools/index.rst
Normal file
9
in/public/libnss3-tools/index.rst
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
libnss3-tools
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. todo:: delete
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
list
|
||||||
|
import
|
20
in/public/libnss3-tools/list.rst
Normal file
20
in/public/libnss3-tools/list.rst
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
List
|
||||||
|
====
|
||||||
|
|
||||||
|
Certificates
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
certutil \
|
||||||
|
-d ~/.mozilla/firefox/default \
|
||||||
|
-L
|
||||||
|
|
||||||
|
Keys
|
||||||
|
----
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
certutil \
|
||||||
|
-d ~/.mozilla/firefox/default \
|
||||||
|
-K
|
Loading…
Reference in a new issue