diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dirmngr.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 73afbc318..bc3072ce8 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -461,6 +461,11 @@ the file is in PEM format a suffix of @code{.pem} is expected for @var{file}. This option may be given multiple times to add more root certificates. Tilde expansion is supported. +If no @code{hkp-cacert} directive is present, dirmngr will make a +reasonable choice: if the keyserver in question is the special pool +@code{hkps.pool.sks-keyservers.net}, it will use the bundled root +certificate for that pool. Otherwise, it will use the system CAs. + @end table |