diff options
author | Andre Heinecke <aheinecke@gnupg.org> | 2023-07-19 11:27:08 +0200 |
---|---|---|
committer | Andre Heinecke <aheinecke@gnupg.org> | 2023-07-19 11:27:08 +0200 |
commit | 6e2412e74a07dfea72191b64788dd52e50274241 (patch) | |
tree | 1930d21184564bb79c3a24280864075b4f8722d5 /doc/dirmngr.texi | |
parent | Revert "kbx,w32: Disable the fd-passing." (diff) | |
download | gnupg2-6e2412e74a07dfea72191b64788dd52e50274241.tar.xz gnupg2-6e2412e74a07dfea72191b64788dd52e50274241.zip |
dirmngr: Add doc for faked-system-time
* dirmngr/dirmngr.c (gpgrt_opt_t): Use string for oFakedSystemTime.
(oFakedSystemTime): Use similar conversion as gpgsm has.
* dirmngr/dirmngr.texi (faked-system-time): Document it.
--
For testing X509 certificates this is usually required and
then confusing that the example from the gpgsm man page
does not work for dirmngr.
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 0bf35b72f..fb448752a 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -175,6 +175,13 @@ names and are OR-ed together. The special flag "none" clears the list and allows to start over with an empty list. To get a list of available flags the sole word "help" can be used. +@item --faked-system-time @var{epoch} +@opindex faked-system-time +This option is only useful for testing; it sets the system time back or +forth to @var{epoch} which is the number of seconds elapsed since the year +1970. Alternatively @var{epoch} may be given as a full ISO time string +(e.g. "20070924T154812"). + @item --debug-level @var{level} @opindex debug-level Select the debug level for investigating problems. @var{level} may be a |