Refactor password options in secret config

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

View File

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