Scriptable way to generate ML-KEM signed certificates #969
-
|
Hi! I need to generate multiple ML-KEM certificates, signed by a CA. I'm able to do this using the web ui of ejbca. But I haven't been able to do it in a scriptable way. I have tried both the CLI and REST API and I haven't had any success. For instance if I try the following commands: I obtain this error: From this error I supposed that this is not the correct interface to create this type of certificate, but what should I use? On the REST API, I tried to use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Server generated PQC keys are not supported yet. Multiple reasons for that, for ML-DSA the private key format changed recently, so we didn't want to spend time on that until it's stable and interoperable. For ML-KEM everything is a bit harder and also the RFC isn't final. It will get there eventually. |
Beta Was this translation helpful? Give feedback.
Server generated PQC keys are not supported yet. Multiple reasons for that, for ML-DSA the private key format changed recently, so we didn't want to spend time on that until it's stable and interoperable. For ML-KEM everything is a bit harder and also the RFC isn't final. It will get there eventually.