Talk:Electronic identification
Could we add more commands for not so linux experts? It seems I got the first pacakges installed under Estonia -> Digidoc with:
yaourt -S chrome-token-signing yaourt -S qdigidoc4
I guess these could be concatenated? And probably system update is preferred (which I did)? I got key error for what I needed to enter "gpg --recv-keys 378B845402277962" (where the actual key was in error)
Now I'm trying to find out how do you add service: "Once DigiDoc is installed, it is necessary to enable the service pcscd."
Edit: I guess this is correct command after googling:
systemctl enable pcscd
To enable "pin 1" I did:
cd /tmp wget https://raw.githubusercontent.com/open-eid/linux-installer/master/esteid-update-nssdb chmod +x esteid-update-nssdb ./esteid-update-nssdb
Edit 2:
For the whole time during setup my id card reader was blinking. When the above was done, I tried logging into bank but didn't work, tried also restarting Chrome but didn't help. Finally reboot to computer made it work. I assume "systemctl enable" will enable the service only during computer boot so we should add another command to start it instantly?
- Yes, "systemctl enable" marks a service to start at startup. To actually start a service right now, use "systemctl start". Danuker (talk) 09:34, 13 November 2020 (UTC)
OpenSC package
I think it should be mentioned that qdigidoc4 won't work properly without opensc package installed ArkadSt (talk) 09:32, 28 June 2022 (UTC)