docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
24
rtfd/public/libnss3-tools/delete.rst
Normal file
24
rtfd/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"
|
Loading…
Add table
Add a link
Reference in a new issue