commit eca37b90da5622d8f255ce158011d379684c4902
parent ad0fc8fe68d7748c990744a67f86999e900d738b
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 2 Jun 2026 21:02:10 +0200
csr is just not allowed for RSA
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/core/donau/post-csr-issue.rst b/core/donau/post-csr-issue.rst
@@ -56,15 +56,8 @@
.. ts:def:: DonauIssueValue
type DonauIssueValue =
- | DonauRsaIssueValue
| DonauCsIssueValue;
- .. ts:def:: DonauRsaIssueValue
-
- interface DonauRsaIssueValue {
- cipher: "RSA";
- }
-
.. ts:def:: DonauCsIssueValue
interface DonauCsIssueValue {