f10badd39a
PR: 82322 Submitted by: Janos Mohacsi (maintainer)
14 lines
326 B
Perl
14 lines
326 B
Perl
|
|
$FreeBSD$
|
|
|
|
--- lib/CA.pm.orig
|
|
+++ lib/CA.pm
|
|
@@ -883,7 +883,7 @@
|
|
};
|
|
|
|
# create configuration file
|
|
- my $in = $self->{'init'}->{'templatedir'}."/openssl.cnf";
|
|
+ my $in = $self->{'init'}->{'templatedir'}."/tinyca.cnf";
|
|
my $out = $self->{$opts->{'name'}}->{'dir'}."/openssl.cnf";
|
|
|
|
open(IN, "<$in") || do {
|