3proxy/doc/html
Vladimir Dubrovin fc544c4dff Fix the certificate recipes in the howtos
The CA was created with no extensions, so it is not usable as a CA and
clients report that they cannot get the local issuer certificate. Add
basicConstraints, keyCertSign and a subject key identifier, in a file
rather than through -addext, which LibreSSL - the openssl on macOS and some
BSDs - does not apply the same way.

Ask for the key identifiers on the signed certificates too: OpenSSL 3 adds
them when it signs and LibreSSL does not, and Python has verified strictly
since 3.13, refusing a chain whose certificate carries no
authorityKeyIdentifier. Finish with openssl verify -x509_strict, which is
the check the client will make.

Both recipes were run against OpenSSL 3.6 and LibreSSL 3.3: the old one
fails strict verification, the new one passes on both.
2026-08-26 09:42:21 +03:00
..
devel make html formatting compatible with .md 2026-08-01 11:47:50 +03:00
man5 Update HTML documentation from man pages 2026-08-26 06:15:13 +00:00
man8 Update HTML documentation from man pages 2026-08-22 11:28:42 +00:00
plugins make html formatting compatible with .md 2026-08-01 11:47:50 +03:00
faqe.html make html formatting compatible with .md 2026-08-01 11:47:50 +03:00
faqr.html make html formatting compatible with .md 2026-08-01 11:47:50 +03:00
highload.html Update highload.html 2026-08-12 14:49:44 +03:00
howtoe.html Fix the certificate recipes in the howtos 2026-08-26 09:42:21 +03:00
howtor.html Fix the certificate recipes in the howtos 2026-08-26 09:42:21 +03:00
index.html Update HTML documentation from man pages 2026-08-22 11:28:42 +00:00
securityen.html Support acls for UDP ASSOC, fix udppm via SOCKSv5 2026-08-11 19:02:54 +03:00