Folks committing to A-T, please don't forget to subscribe to the new lists:

  [EMAIL PROTECTED]
  [EMAIL PROTECTED]

I've approved joe as a poster.

Geoff, why the moderation hits the modperl-cvs /at/ perl.apache.org list?

Also it looks that commits to A-T go to two lists:
To: [EMAIL PROTECTED], modperl-cvs@perl.apache.org
any special reason?

-------- Original Message --------
Subject: MODERATE for modperl-cvs@perl.apache.org
Date: 10 Feb 2005 13:42:15 -0000
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Recipient list not shown: ;
CC: [EMAIL PROTECTED]


To approve:
   [EMAIL PROTECTED]
To reject:
   [EMAIL PROTECTED]
To give a reason to reject:
%%% Start comment
%%% End comment


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--- Begin Message ---
Author: jorton
Date: Thu Feb 10 05:42:12 2005
New Revision: 153224

URL: http://svn.apache.org/viewcvs?view=rev&rev=153224
Log:
Add a comment extension to issued certificats.

Modified:
    perl/Apache-Test/lib/Apache/TestSSLCA.pm

Modified: perl/Apache-Test/lib/Apache/TestSSLCA.pm
URL: 
http://svn.apache.org/viewcvs/perl/Apache-Test/lib/Apache/TestSSLCA.pm?view=diff&r1=153223&r2=153224
==============================================================================
--- perl/Apache-Test/lib/Apache/TestSSLCA.pm (original)
+++ perl/Apache-Test/lib/Apache/TestSSLCA.pm Thu Feb 10 05:42:12 2005
@@ -239,6 +239,10 @@
 organizationalUnitName = optional
 commonName             = supplied
 emailAddress           = optional
+
+[ comment ]
+nsComment = This Is A Comment
+
 EOF
 
     return $file;
@@ -310,7 +314,7 @@
     my $name = shift;
 
     openssl ca => "$capolicy -in csr/$name.csr -out certs/$name.crt",
-                  $passin, config($name), '-batch';
+                  $passin, config($name), '-batch -extensions comment';
 }
 
 #handy for importing into a browser such as netscape




--- End Message ---

Reply via email to