[asterisk-commits] twilson: trunk r294048 - in /trunk: ./ contrib/scripts/ast_tls_cert
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Nov 5 10:37:56 CDT 2010
Author: twilson
Date: Fri Nov 5 10:37:52 2010
New Revision: 294048
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=294048
Log:
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
........
Modified:
trunk/ (props changed)
trunk/contrib/scripts/ast_tls_cert
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/contrib/scripts/ast_tls_cert
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/scripts/ast_tls_cert?view=diff&rev=294048&r1=294047&r2=294048
==============================================================================
--- trunk/contrib/scripts/ast_tls_cert (original)
+++ trunk/contrib/scripts/ast_tls_cert Fri Nov 5 10:37:52 2010
@@ -63,11 +63,9 @@
-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)
More information about the asterisk-commits
mailing list