in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
24
docs/public/libnss3-tools/delete.rst
Normal file
24
docs/public/libnss3-tools/delete.rst
Normal 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"
|
11
docs/public/libnss3-tools/import.rst
Normal file
11
docs/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
|
8
docs/public/libnss3-tools/index.rst
Normal file
8
docs/public/libnss3-tools/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
libnss3-tools
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
|
||||
import
|
||||
list
|
||||
delete
|
20
docs/public/libnss3-tools/list.rst
Normal file
20
docs/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…
Add table
Add a link
Reference in a new issue