2
0

CSR version should be 1 not 3

This commit is contained in:
2025-10-16 18:56:34 +01:00
parent 88dcfc8a05
commit d1cd13d5dc

View File

@@ -55,7 +55,7 @@
(fn signing-request [pk]
(doto (csr.new)
(: :setVersion 3)
(: :setVersion 1)
(: :setSubject (x509-name options.subject))
(: :setSubjectAlt (x509-altname options.subject))
(: :setPublicKey pk)