mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
11 lines
314 B
Perl
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 {
|