ca-dir_openssl1.1.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. --- apps/CA.pl.in 2018-09-11 14:48:19.000000000 +0200
  2. +++ apps/CA.pl.in 2018-09-11 16:16:32.125629435 +0200
  3. @@ -33,7 +33,7 @@
  4. my $PKCS12 = "$openssl pkcs12";
  5. # default openssl.cnf file has setup as per the following
  6. -my $CATOP = "./demoCA";
  7. +my $CATOP = "/etc/ssl";
  8. my $CAKEY = "cakey.pem";
  9. my $CAREQ = "careq.pem";
  10. my $CACERT = "cacert.pem";
  11. --- apps/openssl.cnf 2018-09-11 14:48:20.000000000 +0200
  12. +++ apps/openssl.cnf 2018-09-11 16:16:32.125629435 +0200
  13. @@ -43,7 +43,7 @@
  14. ####################################################################
  15. [ CA_default ]
  16. -dir = ./demoCA # Where everything is kept
  17. +dir = /etc/ssl # Where everything is kept
  18. certs = $dir/certs # Where the issued certs are kept
  19. crl_dir = $dir/crl # Where the issued crl are kept
  20. database = $dir/index.txt # database index file.
  21. @@ -327,7 +327,7 @@
  22. [ tsa_config1 ]
  23. # These are used by the TSA reply generation only.
  24. -dir = ./demoCA # TSA root directory
  25. +dir = /etc/ssl # TSA root directory
  26. serial = $dir/tsaserial # The current serial number (mandatory)
  27. crypto_device = builtin # OpenSSL engine to use for signing
  28. signer_cert = $dir/tsacert.pem # The TSA signing certificate