summaryrefslogblamecommitdiff
path: root/doc/apk-keys.5.scd
blob: 1cbd8986ddc52abaff51613a7240872780d01485 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                               
apk-keys(5)

# NAME

*/etc/apk/keys* - cryptographic keys trusted by apk

# DESCRIPTION

The */etc/apk/keys* directory stores RSA public keys which are trusted by apk
to verify cryptographic signatures for packages. To trust a new key, simply add
the armored public key to this directory. See *abuild-keygen*(1) for
information on generating new keys, *abuild-sign*(1) for using these keys to
sign files, and *apk-verify*(8) for verifying keys against the apk trust store.