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