check_cert.pl
changeset 27 2af173743d94
parent 26 c2489ec5a726
equal deleted inserted replaced
26:c2489ec5a726 27:2af173743d94
    20 $opt_w = "1month";
    20 $opt_w = "1month";
    21 $opt_c = "1week";
    21 $opt_c = "1week";
    22 $opt_b = "/usr/bin/openssl";
    22 $opt_b = "/usr/bin/openssl";
    23 $opt_s = "md5WithRSAEncryption";
    23 $opt_s = "md5WithRSAEncryption";
    24 
    24 
    25 my $revision = '1.2.3';
    25 my $revision = '1.3';
    26 
    26 
    27 Getopt::Long::Configure('bundling');
    27 Getopt::Long::Configure('bundling');
    28 GetOptions(
    28 GetOptions(
    29     "V"           => \$opt_V,
    29     "V"           => \$opt_V,
    30     "version"     => \$opt_V,
    30     "version"     => \$opt_V,