summaryrefslogtreecommitdiffstats
path: root/doc/tls_cert_ca.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-03 16:50:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-03 16:50:42 +0200
commit2ff7e5e73768556cef51cb1f8ef079c7d640a315 (patch)
tree6a323a6fc8d0cc85a088e31c874cd474b31f62bd /doc/tls_cert_ca.html
parentaeef9bbe727d80c5882cc0a883b8dfd5df461f10 (diff)
downloadrsyslog-2ff7e5e73768556cef51cb1f8ef079c7d640a315.tar.gz
rsyslog-2ff7e5e73768556cef51cb1f8ef079c7d640a315.tar.xz
rsyslog-2ff7e5e73768556cef51cb1f8ef079c7d640a315.zip
finalized tutorial for creating a TLS-secured syslog infrastructure
Diffstat (limited to 'doc/tls_cert_ca.html')
-rw-r--r--doc/tls_cert_ca.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/tls_cert_ca.html b/doc/tls_cert_ca.html
index 7427bb03..2cae4040 100644
--- a/doc/tls_cert_ca.html
+++ b/doc/tls_cert_ca.html
@@ -48,7 +48,12 @@ trust under this model. That is why the CA's private key is so important -
everyone getting hold of it is trusted by our rsyslog instances.</p>
<center><img src="tls_cert_ca.jpg"></center>
<p>To create a self-signed certificate, use the following commands with GnuTLS (which
-is currently the only supported TLS library, what may change in the future): </p>
+is currently the only supported TLS library, what may change in the future).
+Please note that GnuTLS' tools are not installed by default on many platforms. Also,
+the tools do not necessarily come with the GnuTLS core package. If you do not
+have certtool on your system, check if there is package for the GnuTLS tools available
+(under Fedora, for example, this is named gnutls-utils-&lt;version&gt; and
+it is NOT installed by default). </p>
<ol>
<li>generate the private key:
<pre>certtool --generate-privkey --outfile ca-key.pem</pre>