Trusted Intermediate Certificates¶
Because servers can choose to not send intermediate certificates it's a good practice to bundle them too.
- Reset URL: Reset the URL input back to its addon supplied url.
- URL Input: The URL that the addon going to download the certifications. The addon expects CSV formatted data, but the URL can point to a local file using the file:// protocol. The default URLs are pointing to Mozilla repositories.
- Download: Clicking on this button start the downloading, content parsing and loading process. Downloading the certificates already uses all verification implemented in the addon.
- Clear Before Download: Check to remove all non-locked and non-user added (if
Keep Custom
is checked) certificates before download. - Clear: Remove all non-locked and non-user added (if
Keep Custom
is checked) certificates. - Keep Custom: If set Clear buttons doesn't remove user added certificates.
- Add Custom: Add certificates from .cer, .pem and .p7b files.
- Delete Selected: Delete selected certificates. Locked certificates can't be deleted!
- Search Input: It can be used to search certificates by their
Subject
name. Minimum 3 characters needed. - Help (?) Button: Opens a browser window to this manual.
- # Column: Index of the certificate.
- User Column: It has a ✔, if it's a user-added certificate.
- Lock Column: It has a ✔, if it's locked and can't be deleted. Currently only certificates needed to update from the default URL are locked.
- Subject Column: Subject field of the certificate.
- Issuer Column: Issuer field of the certificate.
- Certifications: Number of certifications displayed.
- Certificate Size Stats: Min, max, sum and average size of certificate data in bytes. This can help adjusting cache sizes.
- Status: Status of the last operation.
Double clicking on a row or hitting Enter while at least one row is selected dumps out certification information to the console.