opnsense-ports/security/tinyca/files/patch-lib__CA.pm
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

11 lines
314 B
Perl

--- 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 {