Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
sysadmin
/
acme-ssl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 08fd6f1c
authored
Nov 17, 2017
by
Никита Миропольский
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
new agreement
1 parent
26cfdb08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
acme-client
acme-client
View file @
08fd6f1
...
...
@@ -91,7 +91,7 @@ def get_crt(account_key, csr, acme_dir, log=LOGGER, CA=DEFAULT_CA):
log
.
info
(
"Registering account..."
)
code
,
result
=
_send_signed_request
(
CA
+
"/acme/new-reg"
,
{
"resource"
:
"new-reg"
,
"agreement"
:
"https://letsencrypt.org/documents/LE-SA-v1.
1.1-August-1-2016
.pdf"
,
"agreement"
:
"https://letsencrypt.org/documents/LE-SA-v1.
2-November-15-2017
.pdf"
,
})
if
code
==
201
:
log
.
info
(
"Registered!"
)
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment