acme (ACME Provider)

acme (ACME Provider)

The acme provider enables configuration of the Terraform ACME Provider.

Example Usage

provider:
  acme:
    email: "email@example.com"
    server_url: "https://acme-v02.api.letsencrypt.org/directory"

Settings

Setting Type Default Description
email String None Email to associate with the certificate(s)
server_url String https://acme-v02.api.letsencrypt.org/directory URL to the ACME endpoint directory