Skip to content

Commit e018100

Browse files
jcgruenhageleahneukirchen
authored andcommitted
openpgp: move gnupg section and add info about opgp-card
1 parent 5d7bf28 commit e018100

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ theme = "src/theme"
1010
[output.html.redirect]
1111
"/about-this-handbook.html" = "/about/about-this-handbook.html"
1212
"/config/man.html" = "/config/package-documentation/man.html"
13+
"/config/gnupg.html" = "/config/openpgp.html#gnupg"
1314

1415
[output.latex]
1516
optional = true

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- [Containers and Virtual Machines](./config/containers-and-vms/index.md)
6868
- [libvirt](./config/containers-and-vms/libvirt.md)
6969
- [LXC](./config/containers-and-vms/lxc.md)
70-
- [GnuPG](./config/gnupg.md)
70+
- [OpenPGP](./config/openpgp.md)
7171
- [XBPS Package Manager](./xbps/index.md)
7272
- [Advanced Usage](./xbps/advanced-usage.md)
7373
- [Repositories](./xbps/repositories/index.md)

src/config/gnupg.md renamed to src/config/openpgp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ these two condition are fulfilled and you don't have pcscd running, `gpg
2323
If you need to use pcscd for other reasons, run `echo disable-ccid >>
2424
~/.gnupg/scdaemon.conf`. Now, assuming your pcscd setup works correctly, `gpg
2525
--card-status` should print your card status.
26+
27+
# OpenPGP Card Tools
28+
29+
As an alternative to GnuPG with smartcards, Void also ships
30+
`openpgp-card-tools`, a Rust based utility not reliant on GnuPG. It requires
31+
using `pcscd` for interacting with smart cards, so if you want to use it in
32+
parallel with GnuPG, ou need to configure `scdaemon` to use the pcscd backend,
33+
as described above in "[scdaemon with pcscd
34+
backend](#scdaemon-with-pcscd-backend)".

0 commit comments

Comments
 (0)