From: Terry Wilson Date: Fri, 5 Nov 2010 15:36:20 +0000 (+0000) Subject: Tell people to use the correct common name for clients as well X-Git-Tag: 1.8.1-rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10317dacb6d363c1b9453ae2f15424dc56744925;p=thirdparty%2Fasterisk.git Tell people to use the correct common name for clients as well git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@294047 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/scripts/ast_tls_cert b/contrib/scripts/ast_tls_cert index 4f540fdd2b..3650bffa46 100755 --- a/contrib/scripts/ast_tls_cert +++ b/contrib/scripts/ast_tls_cert @@ -63,11 +63,9 @@ OPTIONS: -c CA cert filename (creates new CA cert/key as ca.crt/ca.key if not passed) -k CA key filename -C Common name (cert field) - For a server cert, this should be the same address that clients - attempt to connect to. Usually this will be the Fully Qualified - Domain Name, but might be the IP of the server. For a CA or client - cert, it is merely informational. Make sure your certs have unique - common names. + This should be the fully qualified domain name or IP address for + the client or server. Make sure your certs have unique common + namems. -O Org name (cert field) An informational string (company name) -o Output filename base (defaults to asterisk)