edjx config certificate

Sets the certificate and private key for authentication to EDJX.

Usage

edjx config certificate <certificate-file> <private-key-file>

Options

Option Required Type Description

<certificate-file>

Yes

string

File path for the certificate.pem file.

<private-key-file>

Yes

string

File path for the privatekey.pem file.

Global Flags

Option Required Type Description

-h, --help

No

Displays inline help for the command.

--config <file-location>

No

string

Location of client configuration file (default file path is $HOME/.edjx/.edjx.yaml).

Sample Output

root@edjx:~ # edjx config certificate /User/<username>/cert-user.pem /Users/<username>/priv-user.pem
Certificate and Private Key set for authenticiation to EDJX