edjx domain tls add

Adds a certificate-private key pair to enable TLS for a provided domain.

Usage

edjx domain tls add <name> <private-key-path> <chain-path> <certificate-path>
[-d, --domain <domain-UUID>]

Options

Option Required Type Description

<name>

Yes

string

Sets the name of the certificate.

<private-key-path>

Yes

string

A valid X.509 Certificate.
You can copy and paste this content from the certificate .pem file.

<chain-path>

Yes

string

The intermediate Certificates up to the root Certificate. Root certificate should be one of the certificates mentioned in Included Certificates.

<certificate-path>

Yes

string

Contains the secret key of the certificate, which will be used by the Web server when it makes an SSL/TLS connection.

-d, --domain <domain-UUID>

No

UUID

The domain UUID to associate with the certificate.
Default: 00000000-0000-0000-0000-000000000000

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