16
edits
(→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) |
(→Restoring the Default Trust Bits for a Single Built-In Root Certificate: syntax highlight) |
||
| Line 101: | Line 101: | ||
# [https://support.mozilla.com/en-US/kb/profiles#w_how-do-i-find-my-profile Locate your profile]. | # [https://support.mozilla.com/en-US/kb/profiles#w_how-do-i-find-my-profile Locate your profile]. | ||
# Shut down the Mozilla application. | # Shut down the Mozilla application. | ||
# Run: <syntaxhighlight># for older Mozilla products, leave off the `sql:` part | # Run: <syntaxhighlight lang="bash"># for older Mozilla products, leave off the `sql:` part | ||
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 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. | ||
# Restart the Mozilla application. | # Restart the Mozilla application. | ||
edits