From a99b97727b59013a4109fe10a99c0ff001c548b5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 14 Apr 2004 13:00:16 +0000 Subject: [PATCH] *** empty log message *** --- doc/certtool.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/certtool.cfg b/doc/certtool.cfg index a688e1924..442f29f48 100644 --- a/doc/certtool.cfg +++ b/doc/certtool.cfg @@ -44,37 +44,37 @@ email = "none@none.org" #crl_dist_points = "http://www.getcrl.crl/getcrl/" # Whether this is a CA certificate or not -ca = 0 +#ca # Whether this certificate will be used for a TLS client -#tls_www_client = 0 +#tls_www_client # Whether this certificate will be used for a TLS server -#tls_www_server = 0 +#tls_www_server # Whether this certificate will be used to sign data (needed # in TLS DHE ciphersuites). -signing_key = 0 +signing_key # Whether this certificate will be used to encrypt data (needed # in TLS RSA ciphersuites). Note that it is prefered to use different # keys for encryption and signing. -#encryption_key = 0 +#encryption_key # Whether this key will be used to sign other certificates. -#cert_signing_key = 0 +#cert_signing_key # Whether this key will be used to sign CRLs. -#crl_signing_key = 0 +#crl_signing_key # Whether this key will be used to sign code. -#code_signing_key = 0 +#code_signing_key # Whether this key will be used to sign OCSP data. -#ocsp_signing_key = 0 +#ocsp_signing_key # Whether this key will be used for time stamping. -#time_stamping_key = 0 +#time_stamping_key # Things for PKCS #10 certificate Requests -- 2.11.4.GIT