2021-04-29 14:24:57 +02:00
|
|
|
## Using a smartcard
|
|
|
|
|
2021-06-14 23:39:19 +02:00
|
|
|
* archwiki [Smartcards](https://wiki.archlinux.org/index.php/Smartcards)
|
2021-04-29 14:24:57 +02:00
|
|
|
|
2021-06-14 23:39:19 +02:00
|
|
|
```shell
|
2021-04-29 14:24:57 +02:00
|
|
|
sudo pacman -S ccid opensc
|
|
|
|
```
|
|
|
|
|
|
|
|
* If the card reader does not have a PIN pad, append the line(s) and set `enable_pinpad = false` in the opensc configuration file `/etc/opensc.conf`:
|
|
|
|
|
2021-06-14 23:39:19 +02:00
|
|
|
```shell
|
2021-04-29 14:24:57 +02:00
|
|
|
echo "enable_pinpad = false" | sudo tee -a /etc/opensc.conf >/dev/null
|
|
|
|
sudo systemctl enable --now pcscd.service
|
|
|
|
```
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2021-06-14 23:39:19 +02:00
|
|
|
```shell
|
|
|
|
sudo pacman -S de-p1st-gnupg
|
|
|
|
```
|