Package Details: firefox-extension-web-eid 2.4.1-1

Git Clone URL: https://aur.archlinux.org/web-eid-webextension.git (read-only, click to copy)
Package Base: web-eid-webextension
Description: Web eID Firefox extension (unsigned)
Upstream URL: https://web-eid.eu/
Keywords: esteid
Licenses: MIT
Conflicts: web-eid-firefox
Submitter: kevku
Maintainer: kevku
Last Packager: kevku
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-09 05:23 (UTC)
Last Updated: 2025-11-14 19:31 (UTC)

Dependencies (8)

Required by (0)

    Sources (2)

    Pinned Comments

    kevku commented on 2021-05-09 05:38 (UTC) (edited on 2023-02-19 12:49 (UTC) by kevku)

    This package is for dev/test, normal users should install the extension from browser Store.

    NOTE: This atomatically installs the extension only with the extra/firefox package.

    Latest Comments

    kevku commented on 2022-03-17 06:42 (UTC) (edited on 2022-03-17 06:42 (UTC) by kevku)

    it is
    https://chrome.google.com/webstore/detail/web-eid/ncibgoaomkmdpilpocfeponihegamlic
    https://addons.mozilla.org/en-US/firefox/addon/web-eid-webextension/

    zeroconf commented on 2022-03-17 00:49 (UTC) (edited on 2022-03-17 00:50 (UTC) by zeroconf)

    https://chrome.google.com/webstore/search/web-eid finds no web-eid extension...

    zeroconf commented on 2022-03-17 00:29 (UTC)

    :: PGP keys need importing:
     -> 1282B0F8809D0DC632C85A3F86B611CE24492160, required by: web-eid  web-eid-webextension (firefox-extension-web-eid chromium-extension-web-eid)
    ==> Import? [Y/n] y
    :: Importing keys with gpg...
    gpg: võtmeserverilt lugemine ebaõnnestus: No data
    error: target not found: gtest
    error: target not found: nodejs-lts-fermium
    error: target not found: nodejs-nopt
    error: target not found: semver
    error: target not found: node-gyp
    error: target not found: npm
     -> problem importing keys
    

    when to look https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=web-eid then there is a link as a comment to proper GPG-key

    # Mart Somermaa https://github.com/mrts.gpg
    

    Then:

    # download to standard output and then import the key from there
    wget -q -O- https://github.com/mrts.gpg | gpg --import -
    
    # trust imported keys
    for i in $(gpg --list-keys --with-colons --fingerprint | sed -n 's/^fpr:::::::::\([[:alnum:]]\+\):/\1/p') ; do printf "trust\n5\ny\nquit" | gpg -q --no-tty --command-fd 0 --status-fd 2 --expert --edit-key $i 2>/dev/null 1>/dev/null ; done
    

    Then there is possible to install web-eid, also browser extensions firefox-extension-web-eid, chromium-extension-web-eid.

    kevku commented on 2021-05-09 05:38 (UTC) (edited on 2023-02-19 12:49 (UTC) by kevku)

    This package is for dev/test, normal users should install the extension from browser Store.

    NOTE: This atomatically installs the extension only with the extra/firefox package.