The acme provider enables configuration of the
Terraform ACME Provider.
provider:
  acme:
    email: "email@example.com"
    server_url: "https://acme-v02.api.letsencrypt.org/directory"
| 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 |