mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* Add pointer in --ignore-time-conflict to see --ignore-valid from, and
vice versa.
This commit is contained in:
parent
7bf7cdb476
commit
f80c14b8ef
@ -1,5 +1,8 @@
|
||||
2003-06-18 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Add pointer in --ignore-time-conflict to see --ignore-valid
|
||||
from, and vice versa.
|
||||
|
||||
* Document --set-notation. Explain why it is not possible to
|
||||
disable permission warnings in the gpg.conf file about the
|
||||
homedir.
|
||||
|
16
doc/gpg.sgml
16
doc/gpg.sgml
@ -1884,18 +1884,20 @@ it does not ensure the de-facto standard format of user IDs.
|
||||
<term>--ignore-time-conflict</term>
|
||||
<listitem><para>
|
||||
GnuPG normally checks that the timestamps associated with keys and
|
||||
signatures have plausible values. However, sometimes a signature seems to
|
||||
be older than the key due to clock problems. This option makes these
|
||||
checks just a warning.
|
||||
signatures have plausible values. However, sometimes a signature
|
||||
seems to be older than the key due to clock problems. This option
|
||||
makes these checks just a warning. See also --ignore-valid-from for
|
||||
timestamp issues on subkeys.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--ignore-valid-from</term>
|
||||
<listitem><para>
|
||||
GnuPG normally does not select and use subkeys created in the future. This
|
||||
option allows the use of such keys and thus exhibits the pre-1.0.7
|
||||
behaviour. You should not use this option unless you there is some
|
||||
clock problem.
|
||||
GnuPG normally does not select and use subkeys created in the future.
|
||||
This option allows the use of such keys and thus exhibits the
|
||||
pre-1.0.7 behaviour. You should not use this option unless you there
|
||||
is some clock problem. See also --ignore-time-conflict for timestamp
|
||||
issues with signatures.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user