Danny Grove
Danny Grove
Safari uses the keychain to manage Client Certificates. Add support for adding/removing identity preferences for particular domains to disable the certificate selection pop-up. https://superuser.com/questions/343231/how-do-i-make-safari-automatically-use-a-particular-client-certificate-for-an-en
If a browser currently has a certificate cached (even one with an extended expiration), the browser must be restarted in order for it to see the new certificate.
Firefox supports disabling the client cert prompt via the following preference in `prefs.js` of a profile: ```js userpref("security.default_personal_cert", "Select Automatically"); ``` This option should be user configurable and also contain...
Chrome/Chromium have support for [AutoSelectCertificateForUrls](https://www.chromium.org/administrators/policy-list-3#AutoSelectCertificateForUrls). Allowing for client certificates to be auto-selected for a particular set of URLs, reducing the notifications a user receives when entering sites for a given...
Yubikey Features: * Put User key in yubikey * Use User key from yubikey for sigining CSR * Insert Client Certificate into Yubikey
Instead of using sys calls (where possible) it would be nice to move this to use python-nss.
When attempting to import the sample dashboard into grafana, the version is old enough that it no longer imports properly and uses the `walk` built-in function to create an appearance...