aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-05 15:36:20 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-05 15:36:20 +0000
commit892b0726fa301e45b54174553c3c3063d6995f51 (patch)
tree6af2b18ebd390863bb2dc2727953e7efb063c609
parent567a081a0461d08e59ddb5f7411d1ea25f8d8fad (diff)
Tell people to use the correct common name for clients as well
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294047 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xcontrib/scripts/ast_tls_cert8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/scripts/ast_tls_cert b/contrib/scripts/ast_tls_cert
index 4f540fdd2..3650bffa4 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)