vici: Support all defined key types

References #3586.
This commit is contained in:
Tobias Brunner
2020-10-27 11:17:21 +01:00
parent 7efe92130a
commit 6839256773
2 changed files with 2 additions and 18 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ Load a certificate into the daemon.
Load a private key into the daemon.
{
type = <private key type, rsa|ecdsa|bliss|any>
type = <private key type, rsa|ecdsa|ed25519|ed448|bliss|any>
data = <PEM or DER encoded key data>
} => {
success = <yes or no>