Package Details: chrome-token-signing 1:1.1.5.547-1

Git Clone URL: https://aur.archlinux.org/chrome-token-signing.git (read-only, click to copy)
Package Base: chrome-token-signing
Description: Chrome and Firefox extension for signing with your eID on the web
Upstream URL: http://www.id.ee/
Keywords: esteid
Licenses: LGPL2.1
Submitter: kevku
Maintainer: kevku
Last Packager: kevku
Votes: 15
Popularity: 0.000096
First Submitted: 2014-06-12 17:44 (UTC)
Last Updated: 2021-07-15 12:17 (UTC)

Required by (1)

Sources (1)

Pinned Comments

kevku commented on 2015-03-25 09:40 (UTC)

you need to add opensc module to chrome first modutil -dbdir sql:$HOME/.pki/nssdb -add onepin-opensc-pkcs11 -libfile onepin-opensc-pkcs11.so -mechanisms FRIENDLY

Latest Comments

1 2 Next › Last »

HardiErstu commented on 2020-02-16 22:02 (UTC)

Thank you for your time and help. Unfortunately it started to work by it's own after I fully updated yesterday. I suppose it's because new release of Firefox 73.0-1. I had used chromium for bank until now, so it was not big issue. Therefore thank you very much, for support. :)

kevku commented on 2020-02-13 21:14 (UTC) (edited on 2020-02-13 22:14 (UTC) by kevku)

Adding an extension policy might help, you will also need to create a new Firefox profile and make sure to click on the dialogs to enable the addons.
(firefox) /usr/lib/firefox/distribution/policies.json
(firefox-developer-edition) /usr/lib/firefox-developer-edition/distribution/policies.json
(firefox-esr-bin) /opt/firefox-esr/distribution/policies.json

{
"policies": {
    "ExtensionSettings": {
    "{02274e0c-d135-45f0-8a9c-32b35110e10d}": {
        "installation_mode": "normal_installed",
        "install_url": "file:///usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{02274e0c-d135-45f0-8a9c-32b35110e10d}.xpi"
    },
    "{443830f0-1fff-4f9a-aa1e-444bafbc7319}": {
        "installation_mode": "normal_installed",
        "install_url": "file:///usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{443830f0-1fff-4f9a-aa1e-444bafbc7319}.xpi"
    }
    }
}
}

HardiErstu commented on 2020-01-14 11:46 (UTC)

I can't signing digitally with pin2 at seb bank anymore, starting from this year. When using Firefox. It still works with chrome. I had not upgraded or changed anything for a while in fear that upgrading may break it. Seems not upgrading was a effort for nothing. I now have upgraded everything last week, but still same. What could be the cause?

ArkadSt commented on 2019-11-10 16:56 (UTC)

Everything works fine now, thanks!

kevku commented on 2019-11-10 16:48 (UTC)

Fixed the build dir, should be fine now.

ArkadSt commented on 2019-11-10 16:01 (UTC) (edited on 2019-11-10 16:03 (UTC) by ArkadSt)

I get "Error making: chrome-token-signing" in build() on update

andres1 commented on 2018-03-11 09:10 (UTC)

Manual load worked, thanks!

kevku commented on 2018-03-08 17:33 (UTC)

automatic loading of the opensc for firefox might not be working, load it manually or try firefox 59+

andres1 commented on 2018-03-08 09:27 (UTC)

Works for chromium and not for firefox (version 58). Firefox recognizes the plugin but seems unable to use it. According to wiki (https://wiki.archlinux.org/index.php/Electronic_identification) this package now seems to be the recommended option for both browsers. Are there any extra steps required for firefox?