diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/certtool.cfg | 3 | ||||
-rw-r--r-- | doc/cha-programs.texi | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/certtool.cfg b/doc/certtool.cfg index 72597600ff..db6ba70672 100644 --- a/doc/certtool.cfg +++ b/doc/certtool.cfg @@ -88,6 +88,9 @@ signing_key # Whether this key will be used for time stamping. #time_stamping_key +# Whether this key will be used for IPsec IKE operations. +#ipsec_ike_key + #a space separated list of key purpose OIDs to be added #key_purpose_oids = "1.3.6.1.5.5.7.3.1" "1.2.3.4.5.6" diff --git a/doc/cha-programs.texi b/doc/cha-programs.texi index c1b940ca13..1a892ac08c 100644 --- a/doc/cha-programs.texi +++ b/doc/cha-programs.texi @@ -332,6 +332,9 @@ signing_key # Whether this key will be used for time stamping. #time_stamping_key + +# Whether this key will be used for IPsec IKE operations. +#ipsec_ike_key @end example @node Invoking gnutls-cli |