diff options
author | Martin Sucha <anty.sk+git@gmail.com> | 2018-05-13 23:04:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-05-19 11:55:59 +0200 |
commit | 75ddd37796ee64c0e8b2cf0349a1f2a0ca4021fa (patch) | |
tree | 0a4492b90da2b0df0efff00e1885a4ca81f99320 | |
parent | ff3c40d9cedcf1531d76d67aa11794a028b499b1 (diff) | |
download | gnutls-75ddd37796ee64c0e8b2cf0349a1f2a0ca4021fa.tar.gz |
doc: add hex format to example template
Signed-off-by: Martin Sucha <anty.sk+git@gmail.com>
-rw-r--r-- | src/certtool-args.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def index 37dd026c85..204088a735 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -878,7 +878,8 @@ cn = "Cindy Lauper" #dn = "cn = Nikos,st = New\, Something,C=GR,surName=Mavrogiannopoulos,2.5.4.9=Arkadias" # The serial number of the certificate -# Comment the field for a time-based serial number. +# The value is in decimal (i.e. 1963) or hex (i.e. 0x07ab). +# Comment the field for a random serial number. serial = 007 # In how many days, counting from today, this certificate will expire. @@ -1109,6 +1110,7 @@ encryption_key #crl_next_update = 43 # this is the 5th CRL by this CA +# The value is in decimal (i.e. 1963) or hex (i.e. 0x07ab). # Comment the field for a time-based number. #crl_number = 5 |