build: add missing GENERATEDCERTS files

Also alpha sort lists, while here.

Follow-up to 2cf19c245e #17493

Closes #20728
This commit is contained in:
Viktor Szakats 2026-02-26 02:45:52 +01:00
parent 2239879b74
commit d110504e84
No known key found for this signature in database

View File

@ -28,36 +28,30 @@ CERTCONFIG_CA = \
test-ca.prm
CERTCONFIGS = \
test-client-cert.prm \
test-client-eku-only.prm \
test-localhost.prm \
test-localhost.nn.prm \
test-localhost0h.prm \
test-localhost-san-first.prm \
test-localhost-san-last.prm \
test-client-cert.prm \
test-client-eku-only.prm
test-localhost-san-last.prm
GENERATEDCERTS = \
test-ca.cacert \
test-ca.crt \
test-ca.key \
test-localhost.crl \
test-localhost.crt \
test-localhost.key \
test-localhost.pem \
test-localhost.pub.der \
test-localhost.pub.pem \
test-localhost.nn.crl \
test-localhost.nn.crt \
test-localhost.nn.key \
test-localhost.nn.pem \
test-localhost.nn.pub.der \
test-localhost.nn.pub.pem \
test-localhost0h.crl \
test-localhost0h.crt \
test-localhost0h.key \
test-localhost0h.pem \
test-localhost0h.pub.der \
test-localhost0h.pub.pem \
test-client-cert.crl \
test-client-cert.crt \
test-client-cert.key \
test-client-cert.pem \
test-client-cert.pub.der \
test-client-cert.pub.pem \
test-client-eku-only.crl \
test-client-eku-only.crt \
test-client-eku-only.key \
test-client-eku-only.pem \
test-client-eku-only.pub.der \
test-client-eku-only.pub.pem \
test-localhost-san-first.crl \
test-localhost-san-first.crt \
test-localhost-san-first.key \
@ -70,12 +64,24 @@ GENERATEDCERTS = \
test-localhost-san-last.pem \
test-localhost-san-last.pub.der \
test-localhost-san-last.pub.pem \
test-client-cert.crl \
test-client-cert.crt \
test-client-cert.key \
test-client-cert.pem \
test-client-cert.pub.der \
test-client-cert.pub.pem
test-localhost.crl \
test-localhost.crt \
test-localhost.key \
test-localhost.nn.crl \
test-localhost.nn.crt \
test-localhost.nn.key \
test-localhost.nn.pem \
test-localhost.nn.pub.der \
test-localhost.nn.pub.pem \
test-localhost.pem \
test-localhost.pub.der \
test-localhost.pub.pem \
test-localhost0h.crl \
test-localhost0h.crt \
test-localhost0h.key \
test-localhost0h.pem \
test-localhost0h.pub.der \
test-localhost0h.pub.pem
SRPFILES = \
srp-verifier-conf \