generate certs for *.local-ip.sh
This commit is contained in:
parent
c9fa805523
commit
d690b18c12
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
# build output
|
.lego/accounts/acme-v02.api.letsencrypt.org/*/keys
|
||||||
local-ip.sh
|
.lego/certificates
|
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"email": "admin@local-ip.sh",
|
||||||
|
"registration": {
|
||||||
|
"body": {
|
||||||
|
"status": "valid",
|
||||||
|
"contact": [
|
||||||
|
"mailto:admin@local-ip.sh"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uri": "https://acme-v02.api.letsencrypt.org/acme/acct/801840592"
|
||||||
|
}
|
||||||
|
}
|
@ -90,6 +90,9 @@ var (
|
|||||||
CNAME: []*dns.CNAME{
|
CNAME: []*dns.CNAME{
|
||||||
{Target: "local-ip.sh.n2kl11.flydns.net."},
|
{Target: "local-ip.sh.n2kl11.flydns.net."},
|
||||||
},
|
},
|
||||||
|
/* TXT: &dns.TXT{
|
||||||
|
Txt: []string{"Gu1FvnTHYuf0qWclc903w8JPDJajHE510AweTP2PkhE"},
|
||||||
|
}, */
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user