diff -turNs ConfigsOld/ConfigsProd/class3-client.cnf ConfigsOld/ConfigsTest/class3-client.cnf --- ConfigsOld/ConfigsProd/class3-client.cnf 2018-11-09 13:55:37.000000000 +0100 +++ ConfigsOld/ConfigsTest/class3-client.cnf 2018-11-09 12:02:01.000000000 +0100 @@ -48,7 +48,7 @@ default_days = 200 # how long to certify for default_crl_days= 30 # how long before next CRL -default_md = sha512 # which md to use. +default_md = sha512 # which md to use. preserve = no # keep passed DN ordering # A few difference way of specifying how similar the request should look @@ -146,7 +146,7 @@ keyUsage = critical, digitalSignature, keyEncipherment, keyAgreement extendedKeyUsage = emailProtection, clientAuth, msEFS, msSGC, nsSGC authorityInfoAccess = OCSP;URI:http://ocsp.cacert.org -crlDistributionPoints = URI:http://crl.cacert.org/class3-revoke.crl +crlDistributionPoints = URI:http://test.cacert.org/test-class3-revoke.crl subjectAltName = email:copy @@ -158,7 +158,7 @@ [ v3_ca ] basicConstraints = CA:false -crlDistributionPoints = URI:http://www.CAcert.org/class3-revoke.crl +crlDistributionPoints = URI:http://test.cacert.org/test-class3-revoke.crl [ crl_ext ] diff -turNs ConfigsOld/ConfigsProd/openssl-client.cnf ConfigsOld/ConfigsTest/openssl-client.cnf --- ConfigsOld/ConfigsProd/openssl-client.cnf 2018-11-09 14:01:39.000000000 +0100 +++ ConfigsOld/ConfigsTest/openssl-client.cnf 2018-11-09 12:02:20.000000000 +0100 @@ -48,7 +48,7 @@ default_days = 200 # how long to certify for default_crl_days= 30 # how long before next CRL -default_md = sha512 # which md to use. +default_md = sha512 # which md to use. preserve = no # keep passed DN ordering # A few difference way of specifying how similar the request should look @@ -146,7 +146,7 @@ keyUsage = critical, digitalSignature, keyEncipherment, keyAgreement extendedKeyUsage = emailProtection, clientAuth, msEFS, msSGC, nsSGC authorityInfoAccess = OCSP;URI:http://ocsp.cacert.org -crlDistributionPoints = URI:http://crl.cacert.org/revoke.crl +crlDistributionPoints = URI:http://test.cacert.org/test-revoke.crl subjectAltName = email:copy @@ -158,7 +158,6 @@ [ v3_ca ] basicConstraints = CA:false -crlDistributionPoints = URI:http://www.CAcert.org/revoke.crl +crlDistributionPoints = URI:http://test.cacert.org/test-revoke.crl [ crl_ext ] -