targetCreateLetsEncrypt is a command that creates a new Let's Encrypt target
| Name | Type | Description | Notes |
|---|---|---|---|
| AcmeChallenge | string | [optional] [default to "http"] | |
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| DnsTargetCreds | string | Name of existing cloud target for DNS credentials. Required when acme-challenge=dns. Supported: AWS, Azure, GCP, Cloudflare targets | [optional] |
| DnsZone | string | Cloudflare DNS zone identifier. Required when dns-target-creds points to Cloudflare target | [optional] |
| string | Email address for ACME account registration | ||
| GcpProject | string | GCP Cloud DNS: Project ID. Optional - can be derived from service account | [optional] |
| HostedZone | string | AWS Route53 hosted zone ID. Required when dns-target-creds points to AWS target | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Key | string | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
| LetsEncryptUrl | string | [optional] [default to "production"] | |
| MaxVersions | string | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
| Name | string | Target name | |
| ResourceGroup | string | Azure resource group name. Required when dns-target-creds points to Azure target | [optional] |
| Timeout | string | [optional] [default to "5m"] | |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |