docs→rtfd

This commit is contained in:
Marc Beninca 2021-12-11 15:32:21 +01:00
parent 7bc781ed11
commit c7ec1dc5d1
131 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,24 @@
Delete
======
.. warning::
deletion of key removes associated certificate
Key
---
.. code:: shell
certutil \
-d ~/.mozilla/firefox/default \
-F -n "Name"
Certificate
-----------
.. code:: shell
certutil \
-d ~/.mozilla/firefox/default \
-D -n "Name"

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,8 @@
libnss3-tools
=============
.. toctree::
import
list
delete

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