acme.dns.authenticator.create ============================= Create a DNS Authenticator Create a specific DNS Authenticator containing required authentication details for the said provider to successfully connect with it .. examples(websocket):: Create a DNS Authenticator for Route53 :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "acme.dns.authenticator.create", "params": [{ "name": "route53_authenticator", "attributes": { "access_key_id": "AQX13", "secret_access_key": "JKW90", "authenticator": "route53" } }] } .. raw:: html
DNSAuthenticatorCreateArgs parameters.
No Additional PropertiesAuthentication credentials and configuration for the DNS provider.
DNS authenticator type identifier for Cloudflare.
Specific value:"cloudflare"
    Cloudflare Email.
Must be at least 1 characters long
API Key.
Must be at least 1 characters long
API Token.
Must be at least 1 characters long
DNS authenticator type identifier for DigitalOcean.
Specific value:"digitalocean"
    DigitalOcean Token.
Must be at least 1 characters long
DNS authenticator type identifier for OVH.
Specific value:"OVH"
    OVH Application Key.
Must be at least 1 characters long
OVH Application Secret.
Must be at least 1 characters long
OVH Consumer Key.
Must be at least 1 characters long
OVH Endpoint.
DNS authenticator type identifier for AWS Route 53.
Specific value:"route53"
    AWS Access Key ID.
Must be at least 1 characters long
AWS Secret Access Key.
Must be at least 1 characters long
DNS authenticator type identifier for custom shell scripts.
Specific value:"shell"
    Authentication Script.
Running user.
Must be at least 1 characters long
Script Timeout.
Value must be greater or equal to 5
Propagation delay.
Value must be greater or equal to 10
Human-readable name for the DNS authenticator.
The created DNS authenticator configuration.
No Additional PropertiesUnique identifier for the DNS authenticator.
Authentication credentials and configuration (masked for security).
DNS authenticator type identifier for Cloudflare.
Specific value:"cloudflare"
    Cloudflare Email.
Must be at least 1 characters long
API Key.
Must be at least 1 characters long
API Token.
Must be at least 1 characters long
DNS authenticator type identifier for DigitalOcean.
Specific value:"digitalocean"
    DigitalOcean Token.
Must be at least 1 characters long
DNS authenticator type identifier for OVH.
Specific value:"OVH"
    OVH Application Key.
Must be at least 1 characters long
OVH Application Secret.
Must be at least 1 characters long
OVH Consumer Key.
Must be at least 1 characters long
OVH Endpoint.
DNS authenticator type identifier for AWS Route 53.
Specific value:"route53"
    AWS Access Key ID.
Must be at least 1 characters long
AWS Secret Access Key.
Must be at least 1 characters long
DNS authenticator type identifier for custom shell scripts.
Specific value:"shell"
    Authentication Script.
Running user.
Must be at least 1 characters long
Script Timeout.
Value must be greater or equal to 5
Propagation delay.
Value must be greater or equal to 10
Human-readable name for the DNS authenticator.