rtfd/in/public/libnss3-tools/delete.rst
2019-08-19 00:13:40 +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"