diff options
author | Tom Bergfeld <mailto:tbergfeld@adiscon.com> | 2010-09-08 13:48:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-09-08 13:48:37 +0200 |
commit | e1437c7aa43df135b93aac1d2d3c7323b91c8ad4 (patch) | |
tree | e447eb85b54687ae8a530945f208911ea56d7c38 | |
parent | 318adf58de35d7b8c6ca891b93c351220628586b (diff) | |
download | rsyslog-e1437c7aa43df135b93aac1d2d3c7323b91c8ad4.tar.gz rsyslog-e1437c7aa43df135b93aac1d2d3c7323b91c8ad4.tar.xz rsyslog-e1437c7aa43df135b93aac1d2d3c7323b91c8ad4.zip |
minor doc fix: updated tls doc to match new gnutls toolset
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r-- | doc/tls_cert_machine.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/tls_cert_machine.html b/doc/tls_cert_machine.html index 5ecde0d1..095e15c2 100644 --- a/doc/tls_cert_machine.html +++ b/doc/tls_cert_machine.html @@ -75,7 +75,15 @@ Locality name: <font color="red">Somewhere</font> State or province name: <font color="red">CA</font> Common name: <font color="red">machine.example.net</font> UID: -Enter a challenge password: +Enter a dnsName of the subject of the certificate: +Enter the IP address of the subject of the certificate: +Enter the e-mail of the subject of the certificate: +Enter a challange password: +Does the certificate belong to an authority? (y/N): <font color="red">n</font> +Will the certificate be used for signing (DHE and RSA-EXPORT ciphersuites)? (y/N): +Will the certificate be used for encryption (RSA ciphersuites)? (y/N): +Is this a TLS web client certificate? (y/N): <font color="red">y</font> +Is this also a TLS web server certificate? (y/N): <font color="red">y</font> [root@rgf9dev sample]# <font color="red">certtool --generate-certificate --load-request request.pem --outfile cert.pem --load-ca-certificate ca.pem --load-ca-privkey ca-key.pem</font> Generating a signed certificate... Enter the certificate's serial number (decimal): @@ -86,10 +94,12 @@ The certificate will expire in (days): 1000 Extensions. +Do you want to honour the extensions from the request? (y/N): Does the certificate belong to an authority? (Y/N): <font color="red">n</font> Is this a TLS web client certificate? (Y/N): <font color="red">y</font> Is this also a TLS web server certificate? (Y/N): <font color="red">y</font> Enter the dnsName of the subject of the certificate: <font color="red">machine.example.net</font> <i>{This is the name of the machine that will use the certificate}</i> +Enter the IP address of the subject of certificate: Will the certificate be used for signing (DHE and RSA-EXPORT ciphersuites)? (Y/N): Will the certificate be used for encryption (RSA ciphersuites)? (Y/N): X.509 Certificate Information: |