Changeset e2d324a for axis/splitkey.pl


Ignore:
Timestamp:
Apr 8, 2011 1:58:52 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
b9c0090
Parents:
50b2af2
Message:

Stop erasing key files!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • axis/splitkey.pl

    r50b2af2 re2d324a  
    44use IO::File;
    55
    6 my $cert = new IO::File(">./cert.pem") || die "Can't open cert.pem: $!\n";
    7 my $key = new IO::File(">./key.pem") || die "Can't open key.pem: $!\n";
     6my $cert = new IO::File(">./splitcert.pem") || die "Can't open cert.pem: $!\n";
     7my $key = new IO::File(">./splitkey.pem") || die "Can't open key.pem: $!\n";
    88
    99while (<>) {
Note: See TracChangeset for help on using the changeset viewer.