This commit is contained in:
2026-03-07 23:36:14 +01:00
parent 59cdfeab33
commit cf12570897

View File

@@ -317,8 +317,14 @@
(EVP_PKEY_free pkey) (EVP_PKEY_free pkey)
(X509_free x509) (X509_free x509)
(make-self-signed-cert (bytes->string/utf-8 pkey-data) ;(displayln pkey-data)
(bytes->string/utf-8 x509-data)) ;(displayln x509-data)
;(displayln (format "pkey: ~a" (bytes->string/utf-8 pkey-data)))
;(displayln (format "cert: ~a" (bytes->string/utf-8 x509-data)))
(make-self-signed-cert pkey-data x509-data)
;(bytes->string/utf-8 pkey-data)
; (bytes->string/utf-8 x509-data))
) )
) )
) )