mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Do tilde expansion for --hkp-cacert.
* dirmngr/dirmngr.c (parse_rereadable_options): Do tilde expansion and check for cert file existance in option --hkp-cacert. -- GnuPG-bug-id: 2120 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
625e292108
commit
9db6547a00
3 changed files with 16 additions and 3 deletions
|
@ -56,6 +56,6 @@ keyserver hkp://keys.gnupg.net
|
|||
# used for the connection. Enter the full name of a file with the
|
||||
# root certificates here. If that file is in PEM format a ".pem"
|
||||
# suffix is expected. This option may be given multiple times to add
|
||||
# more root certificates.
|
||||
# more root certificates. Tilde expansion is supported.
|
||||
|
||||
#hkp-cacert /path/to/CA/sks-keyservers.netCA.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue