Removed superfluous root cert definition
This commit is contained in:
parent
414ea03c2c
commit
cf2f113322
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ my $opensslbin="/usr/bin/openssl";
|
||||||
|
|
||||||
my $mysqlphp="/home/cacert/www/includes/mysql.php";
|
my $mysqlphp="/home/cacert/www/includes/mysql.php";
|
||||||
|
|
||||||
my %revokefile=(2=>"../www/class3-revoke.crl",1=>"../www/revoke.crl",0=>"../www/revoke.crl");
|
my %revokefile=(2=>"../www/class3-revoke.crl",1=>"../www/revoke.crl");
|
||||||
|
|
||||||
my $newlayout=1;
|
my $newlayout=1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue