help/rtfd/public/libnss3-tools/delete.rst
2021-12-11 15:32:21 +01: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"