[asterisk-commits] twilson: trunk r294050 - in /trunk: ./ contrib/scripts/ast_tls_cert
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Nov 5 11:08:00 CDT 2010
Author: twilson
Date: Fri Nov 5 11:07:56 2010
New Revision: 294050
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=294050
Log:
Merged revisions 294049 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r294049 | twilson | 2010-11-05 09:05:50 -0700 (Fri, 05 Nov 2010) | 2 lines
Corret spelling and example
........
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=294050&r1=294049&r2=294050
==============================================================================
--- trunk/contrib/scripts/ast_tls_cert (original)
+++ trunk/contrib/scripts/ast_tls_cert Fri Nov 5 11:07:56 2010
@@ -65,7 +65,7 @@
-C Common name (cert field)
This should be the fully qualified domain name or IP address for
the client or server. Make sure your certs have unique common
- namems.
+ names.
-O Org name (cert field)
An informational string (company name)
-o Output filename base (defaults to asterisk)
@@ -83,8 +83,8 @@
require you to import the ca.crt file as a trusted cert.
To create a client cert using the CA cert created by the example above:
- ast_tls_cert -m client -c /tmp/ca.crt -k /tmp/ca.key -C "Joe User" -O \\
- "My Company" -d /tmp -o joe_user
+ ast_tls_cert -m client -c /tmp/ca.crt -k /tmp/ca.key -C phone1.mycompany.com \\
+ -O "My Company" -d /tmp -o joe_user
This will create client.crt/key/pem in /tmp. Use this if your device supports
a client certificate. Make sure that you have the ca.crt file set up as
More information about the asterisk-commits
mailing list