LibreSSL does not work properly for me, trying good old OpenSSL
This commit is contained in:
31
pkgs/openssl/patches/ca-dir.patch
Normal file
31
pkgs/openssl/patches/ca-dir.patch
Normal file
@@ -0,0 +1,31 @@
|
||||
--- apps/CA.pl.in 2018-09-11 14:48:19.000000000 +0200
|
||||
+++ apps/CA.pl.in 2018-09-11 16:16:32.125629435 +0200
|
||||
@@ -33,7 +33,7 @@
|
||||
my $PKCS12 = "$openssl pkcs12";
|
||||
|
||||
# default openssl.cnf file has setup as per the following
|
||||
-my $CATOP = "./demoCA";
|
||||
+my $CATOP = "/etc/ssl";
|
||||
my $CAKEY = "cakey.pem";
|
||||
my $CAREQ = "careq.pem";
|
||||
my $CACERT = "cacert.pem";
|
||||
--- apps/openssl.cnf 2018-09-11 14:48:20.000000000 +0200
|
||||
+++ apps/openssl.cnf 2018-09-11 16:16:32.125629435 +0200
|
||||
@@ -43,7 +43,7 @@
|
||||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
-dir = ./demoCA # Where everything is kept
|
||||
+dir = /etc/ssl # Where everything is kept
|
||||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
@@ -327,7 +327,7 @@
|
||||
[ tsa_config1 ]
|
||||
|
||||
# These are used by the TSA reply generation only.
|
||||
-dir = ./demoCA # TSA root directory
|
||||
+dir = /etc/ssl # TSA root directory
|
||||
serial = $dir/tsaserial # The current serial number (mandatory)
|
||||
crypto_device = builtin # OpenSSL engine to use for signing
|
||||
signer_cert = $dir/tsacert.pem # The TSA signing certificate
|
||||
Reference in New Issue
Block a user