1
0

Actualiser ca-intermediaire/openssl.cnf

This commit is contained in:
2025-03-13 11:02:40 +01:00
parent e981fdc495
commit e49caefbf2
+2 -2
View File
@@ -7,11 +7,11 @@ certs = $dir/certs
crl_dir = $dir/crl crl_dir = $dir/crl
database = $dir/index.txt database = $dir/index.txt
new_certs_dir = $dir/newcerts new_certs_dir = $dir/newcerts
certificate = $dir/racine.cert certificate = $dir/intermediate.cert
serial = $dir/serial serial = $dir/serial
crlnumber = $dir/crlnumber crlnumber = $dir/crlnumber
crl = $dir/crl.cert crl = $dir/crl.cert
private_key = $dir/private/racine.key private_key = $dir/private/intermediate.key
RANDFILE = $dir/private/.rand RANDFILE = $dir/private/.rand
default_days = 365 default_days = 365