rtfd/docs/public/libnss3-tools/delete.rst
Marc Beninca 96f5a0771a in→docs
2019-08-25 22:15:32 +02:00

24 lines
265 B
ReStructuredText

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"