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
9aebb03c
Unverified
Commit
9aebb03c
authored
Oct 19, 2021
by
Chris Swan
Browse files
typo s/chalenge/challenges/
parent
d37a18d2
Pipeline
#321
passed with stages
in 21 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
9aebb03c
...
...
@@ -318,7 +318,7 @@ def get_crt(config, log=LOGGER):
finally
:
_update_dns
(
dnsrr_set
,
"delete"
,
resolver
)
log
.
info
(
"Request to finalize the order (all chalenge have been completed)"
)
log
.
info
(
"Request to finalize the order (all chal
l
enge
s
have been completed)"
)
csr_der
=
_base64
(
_openssl
(
"req"
,
[
"-in"
,
config
[
"acmednstiny"
][
"CSRFile"
],
"-outform"
,
"DER"
]))
http_response
,
result
=
_send_signed_request
(
order
[
"finalize"
],
{
"csr"
:
csr_der
})
...
...
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