Add option to select RSA or ECDSA key type when creating certificates

This commit is contained in:
kk.cheng
2026-01-07 19:07:52 +08:00
parent fec8b3b083
commit 471b62c7fe
17 changed files with 236 additions and 3 deletions

View File

@@ -71,6 +71,11 @@
"propagation_seconds": {
"type": "integer",
"minimum": 0
},
"key_type": {
"type": "string",
"enum": ["rsa", "ecdsa"],
"default": "rsa"
}
},
"example": {