[asterisk-commits] twilson: branch 1.8 r294049 - /branches/1.8/contrib/scripts/ast_tls_cert

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 5 11:05:54 CDT 2010


Author: twilson
Date: Fri Nov  5 11:05:50 2010
New Revision: 294049

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=294049
Log:
Corret spelling and example

Modified:
    branches/1.8/contrib/scripts/ast_tls_cert

Modified: branches/1.8/contrib/scripts/ast_tls_cert
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/contrib/scripts/ast_tls_cert?view=diff&rev=294049&r1=294048&r2=294049
==============================================================================
--- branches/1.8/contrib/scripts/ast_tls_cert (original)
+++ branches/1.8/contrib/scripts/ast_tls_cert Fri Nov  5 11:05:50 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