edjx domain tls delete

Delete a TLS certificate from a specific domain.

You must know the Certificate ID to execute this command.

Usage

edjx domain tls delete <certificate-UUID>
[-d, --domain <domain-UUID>]
[-y, --yes]

Options

Option Required Type Description

<certificate-UUID>

Yes

string

The certificate UUID to delete.

-d, --domain <domain-UUID>

No

UUID

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

-y, --yes

No

String

Sets all user prompts to "Yes".

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

Delete a certificate associated with a domain

To delete a specific certificate in a domain:

  1. Make sure you are in the domain view.

    edjx config domain -i
  2. View the certificates within that domain.

    edjx domain tls list
  3. Copy the Certificate ID of the certificate you want to delete.

  4. Execute the tls delete command.

    edjx domain certificate delete <certificate-UUID>