logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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".

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.

Name

       kxc - Key exchange client

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).

See Also

kxc-cryptsetup(1), kxd(1).

                                                   2019-08-10                                             kxc(1)

Synopsis

kxc [options...]

See Also