Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ACME version 2 #104

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
72a96df
sign_csr.py: Begin switch to Python 3 only.
r5d Jun 4, 2019
bc9f923
sign_csr.py: Update subprocess.Popen calls.
r5d Jun 4, 2019
c5c4255
sign_csr.py: Use `input` instead of `raw_input`.
r5d Jun 4, 2019
6aa91b4
sign_csr.py: Update _b64 function.
r5d Jun 4, 2019
6613465
sign_csr.py: Write bytes to temporary files.
r5d Jun 4, 2019
075f43b
sign_csr.py: Update handling of HTTPError.
r5d Jun 4, 2019
5f5d277
sign_csr.py: Update construction of signed cert.
r5d Jun 4, 2019
13280fd
sign_csr.py: Encode accountkey_json.
r5d Jul 6, 2019
38dda56
revoke_crt.py: Begin switch to Python 3 only.
r5d Jul 9, 2019
1d99bd9
revoke_crt.py: Use HTTPError from urllib.error.
r5d Jul 9, 2019
6f4354e
revoke_crt.py: Decode error message before writing to stderr.
r5d Jul 9, 2019
6dffeef
revoke_crt.py: Update subprocess.Popen call.
r5d Jul 9, 2019
fd4386c
revoke_crt.py: Use input instead of raw_input.
r5d Jul 9, 2019
a88781c
revoke_crt.py: Write bytes to temporary file.
r5d Jul 9, 2019
b56fb9a
revoke_crt.py: Update _b64 function.
r5d Jul 9, 2019
2a4e0d6
README.md: Update reference of 'python' to 'python3'.
r5d Jul 9, 2019
6d24382
sign_csr.py: Refactor script to use acmev2.
r5d Feb 2, 2020
2970792
revoke_crt.py: Refactor script to use acmev2.
r5d Feb 2, 2020
e084c0e
README.md: Update introduction.
r5d Feb 3, 2020
9a4fe03
README.md: Update 'How to use the signing script' section.
r5d Feb 3, 2020
a592901
sign_csr.py: Update help text.
r5d Feb 3, 2020
a0066a0
README.md: Update 'Help text' section.
r5d Feb 4, 2020
2696264
README.md: Update 'Example use of the signing script' section.
r5d Feb 9, 2020
e10ea0a
README.md: Update 'How to use the signed https certificate' section.
r5d Feb 9, 2020
1f806b8
README.md: Update 'How to use the revocation script' section.
r5d Feb 9, 2020
af0aec9
README.md: Update 'Example use of the revocation script' section.
r5d Feb 9, 2020
e50f5a5
revoke_crt.py: Update help text.
r5d Feb 9, 2020
e832234
README.md: Update 'How to use the revocation script' section.
r5d Feb 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading