For the complete documentation index, see llms.txt. This page is also available as Markdown.

create

Register an ACME certificate provider

Usage

ionosctl certmanager provider create [flags]

Aliases

For certmanager command:

[cert certs certificate-manager certificates certificate]

For provider command:

[providers]

For create command:

[post c]

Description

Register an ACME certificate authority (for example Let's Encrypt) that auto-certificates can then use to be issued and auto-renewed.

Required: --name (a label), --email (the ACME account contact address), and --server (the CA's ACME directory URL, e.g. https://acme-v02.api.letsencrypt.org/directory).

External account binding (EAB) is optional and links your IONOS account to a pre-registered account at the CA. If you use it, --key-id and --key-secret must be supplied together.

Options

Examples

Last updated