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
85355c11
Commit
85355c11
authored
Sep 08, 2016
by
Adrien Dorsaz
Browse files
fix typo in comments
parent
506bc9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
85355c11
...
...
@@ -34,7 +34,7 @@ def get_crt(config, log=LOGGER):
dns_update
=
None
return
resp
# helper function
make
signed requests
# helper function
to send
signed requests
def
_send_signed_request
(
url
,
payload
):
payload64
=
_b64
(
json
.
dumps
(
payload
).
encode
(
"utf8"
))
protected
=
copy
.
deepcopy
(
header
)
...
...
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