28 lines
836 B
Diff
28 lines
836 B
Diff
From 6790960076742a9053c624e26fbb87fcd5789e27 Mon Sep 17 00:00:00 2001
|
|
From: Tomas Mraz <tmraz@fedoraproject.org>
|
|
Date: Thu, 24 Sep 2020 09:17:26 +0200
|
|
Subject: Override default paths for the CA directory tree
|
|
|
|
Also add default section to load crypto-policies configuration
|
|
for TLS.
|
|
|
|
It needs to be reverted before running tests.
|
|
|
|
(was openssl-1.1.1-conf-paths.patch)
|
|
---
|
|
apps/CA.pl.in | 2 +-
|
|
2 files changed, 19 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/apps/CA.pl.in b/apps/CA.pl.in
|
|
index c0afb96716..d6a5fabd16 100644
|
|
--- a/apps/CA.pl.in
|
|
+++ b/apps/CA.pl.in
|
|
@@ -29,7 +29,7 @@ my $X509 = "$openssl x509";
|
|
my $PKCS12 = "$openssl pkcs12";
|
|
|
|
# Default values for various configuration settings.
|
|
-my $CATOP = "./demoCA";
|
|
+my $CATOP = "/etc/pki/CA";
|
|
my $CAKEY = "cakey.pem";
|
|
my $CAREQ = "careq.pem";
|
|
my $CACERT = "cacert.pem";
|