Provided by: kxc_0.14-2_amd64
NAME
kxc - Key exchange client
SYNOPSIS
kxc [options...]
DESCRIPTION
kxc is a client for kxd(1), a key exchange daemon. It will take a client key and certificate, the expected server certificate, and a URL to the server (like "kxd://server/host1/key1"), and it will print on standard output the returned key (the contents of the corresponding key file on the server). There are scripts to tie this with cryptsetup's infrastructure to make the opening of encrypted devices automatic; see kxc-cryptsetup(1) for the details.
OPTIONS
--client_key=file File containing the client private key (in PAM format). --client_cert=file File containing the client certificate that corresponds to the given key (in PAM format). --server_cert=file File containing valid server certificate (in PAM format).
CONTACT
Main website <https://blitiri.com.ar/p/kxd>. If you have any questions, comments or patches please send them to "albertito@blitiri.com.ar".
SEE ALSO
kxc-cryptsetup(1), kxd(1). 2019-08-10 kxc(1)