-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
5
-
False
-
-
False
-
Testable
-
?
-
?
-
rhel-cockpit
-
?
-
-
From RHELMISC-11973, our certificate generation still hardcodes to RSA, for full PQ we need to generate two certificate pairs, one RSA and one PQ. PQ can be generated with:
openssl req \
-x509 \
-newkey mldsa65 \
-keyout localhost-mldsa.key \
-subj /CN=localhost \
-addext subjectAltName=DNS:localhost \
-days 30 \
-nodes \
-out localhost-mldsa.crt
sscg at the moment does not support post quantum certificate generation.
Our webserver also has to support loading multiple certificates to such as the openssl server example
openssl s_server \
-cert localhost-mldsa.crt -key localhost-mldsa.key \
-dcert localhost-rsa.crt -dkey localhost-rsa.key
- is blocked by
-
RHEL-123675 Update to SSCG 4.0
-
- In Progress
-
-
COCKPIT-1330 Drop TLS support from cockpit-ws
-
- To Do
-