diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-06 13:01:20 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-06 13:01:20 +0000 |
commit | 47f043a30747b593b337bccbe52b8739d3e279ed (patch) | |
tree | 9f2d8a6d2c8dff0255207b0bd2937bb1b28fd433 /doc | |
parent | 8406bc8879d5e9f31dc9c7715b87c2466646d462 (diff) | |
download | gnutls-47f043a30747b593b337bccbe52b8739d3e279ed.tar.gz |
Fix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gnutls.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi index 9eafbb7526..308f79b819 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -2379,7 +2379,8 @@ the field. $ certtool --generate-privkey > key-server.pem Generating a private key... Generating a 1024 bit RSA private key... -$ echo 'cn = GnuTLS test server' > server.tmpl +$ echo 'organization = GnuTLS test server' > server.tmpl +$ echo 'cn = test.gnutls.org' >> server.tmpl $ echo 'tls_www_server' >> server.tmpl $ echo 'encryption_key' >> server.tmpl $ echo 'signing_key' >> server.tmpl |