Update lego
This commit is contained in:
parent
c8ae97fd38
commit
aabebb2185
13 changed files with 696 additions and 112 deletions
11
vendor/github.com/cpu/goacmedns/account.go
generated
vendored
Normal file
11
vendor/github.com/cpu/goacmedns/account.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
package goacmedns
|
||||
|
||||
// Account is a struct that holds the registration response from an ACME-DNS
|
||||
// server. It represents an API username/key that can be used to update TXT
|
||||
// records for the account's subdomain.
|
||||
type Account struct {
|
||||
FullDomain string
|
||||
SubDomain string
|
||||
Username string
|
||||
Password string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue