Options
All
  • Public
  • Public/Protected
  • All
Menu

Use RFC2136 ("Dynamic Updates in the Domain Name System") (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records.

schema

ChallengeSpecSolverDns01Rfc2136

Hierarchy

  • ChallengeSpecSolverDns01Rfc2136

Index

Properties

Readonly nameserver

nameserver: string

The IP address or hostname of an authoritative DNS server supporting RFC2136 in the form host:port. If the host is an IPv6 address it must be enclosed in square brackets (e.g [2001:db8::1]) ; port is optional. This field is required.

schema

ChallengeSpecSolverDns01Rfc2136#nameserver

Optional Readonly tsigAlgorithm

tsigAlgorithm: string

The TSIG Algorithm configured in the DNS supporting RFC2136. Used only when tsigSecretSecretRef and tsigKeyName are defined. Supported values are (case-insensitive): HMACMD5 (default), HMACSHA1, HMACSHA256 or HMACSHA512.

schema

ChallengeSpecSolverDns01Rfc2136#tsigAlgorithm

Optional Readonly tsigKeyName

tsigKeyName: string

The TSIG Key name configured in the DNS. If tsigSecretSecretRef is defined, this field is required.

schema

ChallengeSpecSolverDns01Rfc2136#tsigKeyName

Optional Readonly tsigSecretSecretRef

The name of the secret containing the TSIG value. If tsigKeyName is defined, this field is required.

schema

ChallengeSpecSolverDns01Rfc2136#tsigSecretSecretRef

Generated using TypeDoc