Fix: Add TTL and custom Timeout in DigitalOcean DNS provider
This commit is contained in:
parent
66485e81b4
commit
0ef1b7b683
120 changed files with 23764 additions and 9782 deletions
4
vendor/github.com/xenolf/lego/acmev2/client.go
generated
vendored
4
vendor/github.com/xenolf/lego/acmev2/client.go
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
// Package acme implements the ACME protocol for Let's Encrypt and other conforming providers.
|
||||
package acme
|
||||
// package acmev2 implements the ACME protocol for Let's Encrypt and other conforming providers.
|
||||
package acmev2
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue