libnss3-tools

This commit is contained in:
Marc Beninca 2019-08-18 22:54:49 +02:00
parent 2b77ee4194
commit 013b734200
4 changed files with 41 additions and 0 deletions

View file

@ -5,6 +5,7 @@ RTFD
:maxdepth: 2
public/firefox/index
public/libnss3-tools/index
public/archives/index
public/code/index
public/containers/index

View file

@ -0,0 +1,11 @@
Import
======
Client certificate
------------------
.. code:: shell
pk12util \
-d ~/.mozilla/firefox/default \
-i /path/to/client_certificate.pfx

View file

@ -0,0 +1,9 @@
libnss3-tools
=============
.. todo:: delete
.. toctree::
list
import

View file

@ -0,0 +1,20 @@
List
====
Certificates
------------
.. code:: shell
certutil \
-d ~/.mozilla/firefox/default \
-L
Keys
----
.. code:: shell
certutil \
-d ~/.mozilla/firefox/default \
-K