Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.13 KB

File metadata and controls

27 lines (23 loc) · 2.13 KB

akeyless.Model.TargetCreateLetsEncrypt

targetCreateLetsEncrypt is a command that creates a new Let's Encrypt target

Properties

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]
Email 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]

[Back to Model list] [Back to API list] [Back to README]