Refactor key options in secret config

Signed-off-by: Kai A. Hiller <git@kaialexhiller.de>
This commit is contained in:
Kai A. Hiller
2025-05-26 14:05:39 +02:00
parent 647f415892
commit c448bd69bf
2 changed files with 77 additions and 74 deletions

View File

@@ -1547,16 +1547,16 @@
"kid": {
"type": "string"
},
"key": {
"password_file": {
"type": "string"
},
"password": {
"type": "string"
},
"key_file": {
"type": "string"
},
"password_file": {
"type": "string"
},
"password": {
"key": {
"type": "string"
}
}