You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by do...@apache.org on 2002/03/03 02:10:53 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestSSLCA.pm

dougm       02/03/02 17:10:53

  Modified:    perl-framework/Apache-Test/lib/Apache TestSSLCA.pm
  Log:
  generate some more server certs/keys to test changing and restarting
  
  Revision  Changes    Path
  1.9       +10 -1     httpd-test/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm
  
  Index: TestSSLCA.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestSSLCA.pm	29 Jan 2002 03:16:23 -0000	1.8
  +++ TestSSLCA.pm	3 Mar 2002 01:10:53 -0000	1.9
  @@ -59,10 +59,19 @@
       },
       server => {
           CN => 'localhost',
  +        OU => 'httpd-test/rsa-test',
  +    },
  +    server2 => {
  +        CN => 'localhost',
  +        OU => 'httpd-test/rsa-test-2',
       },
       server_des3 => {
           CN => 'localhost',
  -        OU => 'httpd-test/perl-framework',
  +        OU => 'httpd-test/rsa-des3-test',
  +    },
  +    server2_des3 => {
  +        CN => 'localhost',
  +        OU => 'httpd-test/rsa-des3-test-2',
       },
   };