This repository was archived by the owner on Jan 5, 2026. It is now read-only.
fail to generate an X.509 certificate #305
Answered
by
baentsch
chiachin2686
asked this question in
Q&A
|
I followed the steps to build and run in OQS-OpenSSL_1_1_1-stable. But, when I used TLS demo to generate an X.509 certificate, I got an error message. using the following command: Got an error: I also followed the guide (oqsdefault & Code Generation), but still got an error message. |
Answered by
baentsch
Apr 29, 2021
Replies: 1 comment 3 replies
|
You can only use a signature algorithm to create a certificate, not a KEM algorithm. Thus, try "oqs_sig_default" instead. |
3 replies
Answer selected by
baentsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can only use a signature algorithm to create a certificate, not a KEM algorithm. Thus, try "oqs_sig_default" instead.