diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-05-12 09:10:15 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-05-23 16:41:02 +0200 |
commit | 605a98c7ce108e8083502364292cce87c0a72b51 (patch) | |
tree | a0ebe87a036e751225e89bb5d720d8b61d2ae2a6 /src/libcharon/plugins/vici/README.md | |
parent | 6a8a44be88b079ace805cddb08544af5e2b27ddd (diff) | |
download | strongswan-605a98c7ce108e8083502364292cce87c0a72b51.tar.bz2 strongswan-605a98c7ce108e8083502364292cce87c0a72b51.tar.xz |
vici: Return key ID from load-key command
We already do this for load-token and this should simplify client
implementations.
Diffstat (limited to 'src/libcharon/plugins/vici/README.md')
-rw-r--r-- | src/libcharon/plugins/vici/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index 9bda949d0..f47f80cad 100644 --- a/src/libcharon/plugins/vici/README.md +++ b/src/libcharon/plugins/vici/README.md @@ -480,11 +480,12 @@ Load a certificate into the daemon. Load a private key into the daemon. { - type = <private key type, RSA|ECDSA> + type = <private key type, rsa|ecdsa|bliss|any> data = <PEM or DER encoded key data> } => { success = <yes or no> errmsg = <error string on failure> + id = <hex-encoded SHA-1 key identifier of the public key on success> } ### unload-key() ### |