]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: add missing `GENERATEDCERTS` files
authorViktor Szakats <commit@vsz.me>
Thu, 26 Feb 2026 01:45:52 +0000 (02:45 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 26 Feb 2026 02:09:16 +0000 (03:09 +0100)
Also alpha sort lists, while here.

Follow-up to 2cf19c245eff8ff84e53d6edc27d36bf25439d1b #17493

Closes #20728

tests/certs/Makefile.inc

index 2131172f4c8398d7d1c426aeecaecd2e6e4b9e17..06516a09d5d0cd152ce246b9b5c71a686668a1ec 100644 (file)
@@ -28,54 +28,60 @@ 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-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 \
+  test-localhost-san-first.pem \
+  test-localhost-san-first.pub.der \
+  test-localhost-san-first.pub.pem \
+  test-localhost-san-last.crl \
+  test-localhost-san-last.crt \
+  test-localhost-san-last.key \
+  test-localhost-san-last.pem \
+  test-localhost-san-last.pub.der \
+  test-localhost-san-last.pub.pem \
   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-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 \
-  test-localhost-san-first.crl \
-  test-localhost-san-first.crt \
-  test-localhost-san-first.key \
-  test-localhost-san-first.pem \
-  test-localhost-san-first.pub.der \
-  test-localhost-san-first.pub.pem \
-  test-localhost-san-last.crl \
-  test-localhost-san-last.crt \
-  test-localhost-san-last.key \
-  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-localhost0h.pub.pem
 
 SRPFILES = \
   srp-verifier-conf \