rtfd/docs/public/libnss3-tools/delete.rst

25 lines
265 B
ReStructuredText
Raw Normal View History

2019-08-18 21:12:01 +00:00
Delete
======
2019-08-18 22:13:40 +00:00
.. warning::
deletion of key removes associated certificate
Key
---
.. code:: shell
certutil \
-d ~/.mozilla/firefox/default \
-F -n "Name"
2019-08-18 21:12:01 +00:00
Certificate
-----------
.. code:: shell
certutil \
-d ~/.mozilla/firefox/default \
-D -n "Name"