Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
94e76b7b
Commit
94e76b7b
authored
Sep 30, 2021
by
Adrien Dorsaz
Browse files
announce version 2.4 in user agents
parent
836b55d1
Pipeline
#318
passed with stages
in 12 minutes and 34 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
94e76b7b
...
...
@@ -95,7 +95,7 @@ def get_crt(config, log=LOGGER):
raise
RuntimeError
(
"Unable to get response from ACME server."
)
# main code
adtheaders
=
{
'User-Agent'
:
'acme-dns-tiny/2.
2
'
,
adtheaders
=
{
'User-Agent'
:
'acme-dns-tiny/2.
4
'
,
'Accept-Language'
:
config
[
"acmednstiny"
].
get
(
"Language"
,
"en"
)}
nonce
=
None
...
...
tools/acme_account_deactivate.py
View file @
94e76b7b
...
...
@@ -74,7 +74,7 @@ def account_deactivate(accountkeypath, acme_directory, log=LOGGER):
raise
RuntimeError
(
"Unable to get response from ACME server."
)
# main code
adtheaders
=
{
'User-Agent'
:
'acme-dns-tiny/2.
2
'
}
adtheaders
=
{
'User-Agent'
:
'acme-dns-tiny/2.
4
'
}
nonce
=
None
log
.
info
(
"Fetch informations from the ACME directory."
)
...
...
tools/acme_account_rollover.py
View file @
94e76b7b
...
...
@@ -107,7 +107,7 @@ def account_rollover(old_accountkeypath, new_accountkeypath, acme_directory, log
raise
RuntimeError
(
"Unable to get response from ACME server."
)
# main code
adtheaders
=
{
'User-Agent'
:
'acme-dns-tiny/2.
2
'
}
adtheaders
=
{
'User-Agent'
:
'acme-dns-tiny/2.
4
'
}
nonce
=
None
log
.
info
(
"Fetch informations from the ACME directory."
)
...
...
Write
Preview
Supports
Markdown
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