summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2010-11-05 15:37:52 +0000
committerTerry Wilson <twilson@digium.com>2010-11-05 15:37:52 +0000
commit98c363a5acf47bfbddc4f2eb1fef33b9f73c62bf (patch)
tree84e107b0bce66a535f95d884badaa37677ffbca8 /contrib
parentf38f888416e4bdf4c14c9a54a9f1064b4e916cd4 (diff)
Merged revisions 294047 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r294047 | twilson | 2010-11-05 08:36:20 -0700 (Fri, 05 Nov 2010) | 2 lines Tell people to use the correct common name for clients as well ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@294048 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-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)