2022-11-05 02:12:48 +00:00
|
|
|
--- a/apps/CA.pl.in
|
|
|
|
+++ b/apps/CA.pl.in
|
|
|
|
@@ -29,7 +29,7 @@
|
2017-04-24 23:36:52 +00:00
|
|
|
my $PKCS12 = "$openssl pkcs12";
|
2011-09-08 16:09:54 +00:00
|
|
|
|
2022-11-05 02:12:48 +00:00
|
|
|
# Default values for various configuration settings.
|
2017-04-24 23:36:52 +00:00
|
|
|
-my $CATOP = "./demoCA";
|
|
|
|
+my $CATOP = "/etc/ssl";
|
|
|
|
my $CAKEY = "cakey.pem";
|
|
|
|
my $CAREQ = "careq.pem";
|
|
|
|
my $CACERT = "cacert.pem";
|
2022-11-05 02:12:48 +00:00
|
|
|
--- a/apps/openssl.cnf
|
|
|
|
+++ b/apps/openssl.cnf
|
|
|
|
@@ -79,7 +79,7 @@
|
2011-09-08 16:09:54 +00:00
|
|
|
####################################################################
|
|
|
|
[ 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.
|
2022-11-05 02:12:48 +00:00
|
|
|
@@ -309,7 +309,7 @@
|
2017-04-24 23:36:52 +00:00
|
|
|
[ 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
|