Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
538a9afa
Commit
538a9afa
authored
Sep 16, 2020
by
Adrien Dorsaz
Browse files
adt: fix cname debug log
parent
7d9b4c5c
Pipeline
#282
canceled with stages
in 21 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
538a9afa
...
...
@@ -224,7 +224,7 @@ def get_crt(config, log=LOGGER):
dnsrr_domain
)
except
dns
.
exception
.
DNSException
as
dnsexception
:
log
.
debug
((
" - Not any CNAME resource has been found for this domain (%s), will "
"install TXT directly on %s"
),
dnsrr_domain
,
type
(
dnsexception
).
__name__
)
"install TXT directly on %s"
),
type
(
dnsexception
).
__name__
,
dnsrr_domain
)
dnsrr_set
=
dns
.
rrset
.
from_text
(
dnsrr_domain
,
config
[
"DNS"
].
getint
(
"TTL"
),
"IN"
,
"TXT"
,
'"{0}"'
.
format
(
keydigest64
))
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment