Get desktop application:
View/edit binary Protocol Buffers messages
DNSProviderService is a protobuf wrapper for the acme DNS challenge API. This is designed to be used to wrap an instance of DNS providers in
Configure needs to be called to initialize the provider and set the configuration.
(message has no fields)
Present presents the DNS challenge TXT records to a DNS provider. This wraps the lego Present call.
(message has no fields)
Cleanup requests that DNS challenge TXT records be cleaned up. This wraps the lego Cleanup call.
(message has no fields)
Timeout returns the provider's underlying timeout values. This wraps the lego Timeout call.
(message has no fields)
IsSequential probes the plugin to see if it implements lego's internal sequential provider interfaces, which 1) indicates that it is a sequential provider (the presence of the interface means the provider is sequential) and 2) the duration of the interval between sequential queries. This is used to signal to the ACME provider's own wrappers what interface to present for the main plugin set.
(message has no fields)