CA/Changing Trust Settings: Difference between revisions

Jump to navigation Jump to search
→‎Restoring the Default Trust Bits for a Single Built-In Root Certificate: update to work with 'cert9.db' which requires 'sql:' prefix, otherwise you get an error
m (Kathleen Wilson moved page PSM:Changing Trust Settings to CA/Changing Trust Settings: Moved from PSM: to CA/)
(→‎Restoring the Default Trust Bits for a Single Built-In Root Certificate: update to work with 'cert9.db' which requires 'sql:' prefix, otherwise you get an error)
Line 97: Line 97:


To delete a certificate from your personal database:
To delete a certificate from your personal database:
<ol>
 
<li>Note the Certificate Name as shown in the Certificate Manager.</li>
# Note the Certificate Name as shown in the Certificate Manager.
<li>[https://support.mozilla.com/en-US/kb/profiles#w_how-do-i-find-my-profile Locate your profile].</li>
# [https://support.mozilla.com/en-US/kb/profiles#w_how-do-i-find-my-profile Locate your profile].
<li>Shut down the Mozilla application.</li>
# Shut down the Mozilla application.
<li>Run:</li></ol>
# Run: <syntaxhighlight># for older Mozilla products, leave off the `sql:` part
<!-- Terrible hack, but there seems to be no way to get a "pre" block with markup inside a list. -->
certutil -d sql:PROFILE_DIR -D -n CERT_NAME</syntaxhighlight> substituting <tt>PROFILE_DIR</tt> with the path of your profile directory and <tt>CERT_NAME</tt> with the certificate name.
certutil -d ''PROFILE_DIR'' -D -n ''CERT_NAME''
# Restart the Mozilla application.
<ol start="5">substituting the path of your profile directory and the certificate name.
<li>Restart the Mozilla application.</li>
</ol>


=== Listing All Non-Default Root Certificate Settings ===
=== Listing All Non-Default Root Certificate Settings ===
16

edits

Navigation menu