Post

EID

How to set up the Slovak eID (electronic identity card) smart card reader and signing tools on Arch Linux.

Install the required PC/SC smart card tools, start the smart card daemon, and launch the Slovak eID middleware applications. If the eID client does not start, install the aur/eidklient package as well.

1
2
3
4
5
6
7
8
9
yay -S pcsc-tools pcsc-light
pcsc_scan

sudo systemctl start pcscd.service
~/bin/eid/opt/disig/websigner/bin/WebSignerTray &
~/bin/eid/usr/bin/EAC_MW_klient
~/bin/eid/opt/QSign_eSigner/esigner

# If it does not start, also install aur/eidklient
This post is licensed under CC BY 4.0 by the author.