Skip to main content

createACMEServer

Creates a new ACME Server. The response contains the server's Directory URL and EAB Credentials needed for ACME client configuration.

createACMEServer(
input: CreateACMEServerInput!
): CreateACMEServerPayload!

Arguments

createACMEServer.input ● CreateACMEServerInput! non-null input

The ACME server configuration including name, application, and issuing template.

Type

CreateACMEServerPayload object

CreateACMEServerPayload represents the response payload for ACME Server