feat(security): add PFX alias for PKCS12; accept .crt/.cer/.der certs & .key keys; add certificate-signing tests (#4297)

This commit is contained in:
Ludy
2025-09-04 15:30:32 +01:00
committed by GitHub
parent 0d7649bee8
commit 02d096d622
14 changed files with 476 additions and 6 deletions
+4
View File
@@ -170,6 +170,10 @@ out/
*.jks
*.asc
# test-cert
!**/test/resources/certs/test-cert.*
!**/test/resources/certs/test-key.*
# SSH Keys
*.pub
*.priv