]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 Feb 2007 13:01:20 +0000 (13:01 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 Feb 2007 13:01:20 +0000 (13:01 +0000)
doc/gnutls.texi

index 9eafbb75260d0d6283914945a5a1b75aa17c1297..308f79b819bdc5132680fefb3bbab4ecd951971c 100644 (file)
@@ -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