blob: 9d490e3c5a555473c5ddea0747173a934cc18b57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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 {
|