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 |
---|---|---|---|
|
Yes |
string |
Sets the name of the certificate. |
|
Yes |
string |
A valid X.509 Certificate. |
|
Yes |
string |
The intermediate Certificates up to the root Certificate. Root certificate should be one of the certificates mentioned in Included Certificates. |
|
Yes |
string |
Contains the secret key of the certificate, which will be used by the Web server when it makes an SSL/TLS connection. |
|
No |
UUID |
The domain UUID to associate with the certificate. |