Using Tumbleweed & KDE. I have to install a .pfx certificate for accessing a website.
- Clicked on the .pfx file, it was imported into Kleopatra (KDE cert tool).
- Opened Chromium (site is chrome based browsers only
) and it did not worked. - Looked at certs in settings:
Use imported local certificates from your operating system
No certificates - Tried to import the .pfx in Chromium itself. Got error āInvalid or corrupt fileā.
- Installed the cert using
$ pk12util -i aaa.pfx -d sql:$HOME/.pki/nssdb - Result is the same. Site does not opens, no certs installed in Chromium.
Please help.