Saturday, December 5, 2009

Skandiabanken with chromium

Now that basic SSL certificate support has been committed, it is possible to get Skandiabanken to work on Chromium Linux. It lacks a UI. Here are the steps I followed to get it to work.


This assumes your version is recent and contains the checkin from the 23rd of october.


  • from firefox, go to preferences / Advanced / Encryption / View Certificates, select your Skandiabanken certificate and chose backup. Pick a password.
  • import your certificate

    pk12util -d sql:$HOME/.pki/nssdb -i /home/jerome/JeromeLacosteSkandiaCert.pkcs12.p12

    (type your password at prompt)
  • verify your import

    $ certutil -L -d sql:$HOME/.pki/nssdb
    ...
    Jerome Lacoste's SkandiaBanken Aktiebolag (publ) ID u,u,u
    SkandiaBanken Internetbank CA03 - SkandiaBanken Aktiebolag (publ) C,,

  • start chromium from the command line with the proper option:

    chromium-browser --auto-ssl-client-auth



Works !

If you need to cleanup use something like

certutil -D -n "Jerome Lacoste's SkandiaBanken Aktiebolag (publ) ID" -d sql:$HOME/.pki/nssdb

No comments:

Post a Comment