X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fopenssl%2Fca.cfg;h=17fe6933862bcf68aa879e6aaff6d25f5f5e1f9b;hb=99a36d394e71f3ea03c530c1e6f33666e39039fc;hp=2cd0e7db6c757780aeb356ea0c3d561fccd34a1b;hpb=2004b5241b88976b7090538c214a0bc881d7e785;p=lhc%2Fateliers.git diff --git a/etc/openssl/ca.cfg b/etc/openssl/ca.cfg index 2cd0e7d..17fe693 100644 --- a/etc/openssl/ca.cfg +++ b/etc/openssl/ca.cfg @@ -1,5 +1,5 @@ HOME = . - RANDFILE = $HOME/var/lib/rand + RANDFILE = var/sec/x509/openssl.rand oid_section = extra_oids [ extra_oids ] # Pour EVSSL @@ -28,10 +28,10 @@ subjectKeyIdentifier = hash issuerAltName = issuer:copy authorityKeyIdentifier = keyid:always,issuer:always - authorityInfoAccess = caIssuers;URI:http://www.$ENV::x509_host/tls/crt.pem - crlDistributionPoints = URI:http://www.$ENV::x509_host/tls/crl.pem + authorityInfoAccess = caIssuers;URI:http://www.$ENV::x509_host/x509/crt.pem + crlDistributionPoints = URI:http://www.$ENV::x509_host/x509/crl.pem #certificatePolicies = @root_certificate_policies - #trustList = ASN1:UTF8String:https://www.$ENV::x509_host/tls/trust.etl + #trustList = ASN1:UTF8String:https://www.$ENV::x509_host/x509/trust.etl #policyConstraints = #extendedKeyUsage = #inhibitAnyPolicy =