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
6b60a497
Unverified
Commit
6b60a497
authored
Oct 19, 2021
by
Chris Swan
Browse files
Fix typo s/alreday/already/
parent
94e76b7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
6b60a497
...
...
@@ -238,7 +238,7 @@ def get_crt(config, log=LOGGER):
domain
=
authorization
[
"identifier"
][
"value"
]
if
authorization
[
"status"
]
==
"valid"
:
log
.
info
(
"Skip authorization for domain %s: this is alre
d
ay validated"
,
domain
)
log
.
info
(
"Skip authorization for domain %s: this is alrea
d
y validated"
,
domain
)
continue
if
authorization
[
"status"
]
!=
"pending"
:
raise
ValueError
(
"Authorization for the domain {0} can't be validated: "
...
...
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