Skip to content

fixed issue for no letsencrypt installations

Fixed issue for no letsencrypt installations. If there are still errors check that in the file /etc/ssl/openssl.cnf there are the following lines of codes:

[ v3_ca ]
basicConstraints = critical,CA:TRUE 
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always

Merge request reports