mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
21 lines
475 B
Markdown
21 lines
475 B
Markdown
## Using a smartcard
|
|
|
|
* archwiki [Smartcards](https://wiki.archlinux.org/index.php/Smartcards)
|
|
|
|
```shell
|
|
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`:
|
|
|
|
```shell
|
|
echo "enable_pinpad = false" | sudo tee -a /etc/opensc.conf >/dev/null
|
|
sudo systemctl enable --now pcscd.service
|
|
```
|
|
|
|
## Configuration
|
|
|
|
```shell
|
|
sudo pacman -S de-p1st-gnupg
|
|
```
|