Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sign_csr.py -> acmens.py | rsiddharth | 2020-04-12 | 2 | -5/+5 |
| | |||||
* | Update README.md. | rsiddharth | 2020-02-19 | 1 | -319/+10 |
| | | | | Forking acme-nosudo -> acmens. | ||||
* | README.md: Update 'How to use the revocation script' section. | rsiddharth | 2020-02-09 | 1 | -2/+2 |
| | |||||
* | revoke_crt.py: Update help text. | rsiddharth | 2020-02-09 | 1 | -2/+2 |
| | |||||
* | README.md: Update 'Example use of the revocation script' section. | rsiddharth | 2020-02-09 | 1 | -13/+5 |
| | |||||
* | README.md: Update 'How to use the revocation script' section. | rsiddharth | 2020-02-09 | 1 | -30/+10 |
| | |||||
* | README.md: Update 'How to use the signed https certificate' section. | rsiddharth | 2020-02-09 | 1 | -4/+5 |
| | |||||
* | README.md: Update 'Example use of the signing script' section. | rsiddharth | 2020-02-09 | 1 | -63/+69 |
| | |||||
* | README.md: Update 'Help text' section. | rsiddharth | 2020-02-04 | 1 | -13/+12 |
| | |||||
* | sign_csr.py: Update help text. | rsiddharth | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | README.md: Update 'How to use the signing script' section. | rsiddharth | 2020-02-03 | 1 | -21/+16 |
| | | | | | Update this section to reflect the ACME v2 version of the `sign_csr.py` script. | ||||
* | README.md: Update introduction. | rsiddharth | 2020-02-03 | 1 | -6/+4 |
| | | | | | The ACME v2 of the sign_csr.py and revoke_crt.py require the user account private key. | ||||
* | revoke_crt.py: Refactor script to use acmev2. | rsiddharth | 2020-02-02 | 1 | -81/+76 |
| | |||||
* | sign_csr.py: Refactor script to use acmev2. | rsiddharth | 2020-02-02 | 1 | -343/+145 |
| | | | | Initial version. | ||||
* | README.md: Update reference of 'python' to 'python3'. | rsiddharth | 2019-07-09 | 1 | -11/+11 |
| | |||||
* | revoke_crt.py: Update _b64 function. | rsiddharth | 2019-07-09 | 1 | -1/+4 |
| | | | | | | - Convert `b` to `bytes` if it is a `str`. - Convert the base64 encoded `bytes` to `str` before using `replace` for stripping `=`. | ||||
* | revoke_crt.py: Write bytes to temporary file. | rsiddharth | 2019-07-09 | 1 | -1/+1 |
| | | | | | | Files opened using `tempfile.NamedTemporaryFile` are opened by default in binary mode. Writing `str` to the temporary file causes it error out. | ||||
* | revoke_crt.py: Use input instead of raw_input. | rsiddharth | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | revoke_crt.py: Update subprocess.Popen call. | rsiddharth | 2019-07-09 | 1 | -1/+1 |
| | | | | | | Set `universal_newlines` argument to True for the `subprocess.Popen` that reads the public key so that the `out` returned from proc.communicate is of type `str`. | ||||
* | revoke_crt.py: Decode error message before writing to stderr. | rsiddharth | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | revoke_crt.py: Use HTTPError from urllib.error. | rsiddharth | 2019-07-09 | 1 | -1/+2 |
| | |||||
* | revoke_crt.py: Begin switch to Python 3 only. | rsiddharth | 2019-07-09 | 1 | -5/+6 |
| | | | | | - Import urllib.request - Remove python2 urllib2 import. | ||||
* | sign_csr.py: Encode accountkey_json. | rsiddharth | 2019-07-05 | 1 | -1/+1 |
| | | | | Encode accountkey_json (to bytes) before passing to hashlib.sha256. | ||||
* | sign_csr.py: Update construction of signed cert. | rsiddharth | 2019-06-03 | 1 | -1/+1 |
| | | | | Decode `signed_der64` to `str` before passing it to `textwrap.wrap`. | ||||
* | sign_csr.py: Update handling of HTTPError. | rsiddharth | 2019-06-03 | 1 | -3/+3 |
| | | | | | Update error handling sections to treat the result of `HTTPError.read` as `bytes`. | ||||
* | sign_csr.py: Write bytes to temporary files. | rsiddharth | 2019-06-03 | 1 | -4/+4 |
| | | | | | | Files opened using `tempfile.NamedTemporaryFile` are opened by default in binary mode. Writing `str` to the temporary file causes it error out. | ||||
* | sign_csr.py: Update _b64 function. | rsiddharth | 2019-06-03 | 1 | -1/+4 |
| | | | | | | - Convert `b` to `bytes` if it is a `str`. - Convert the base64 encoded `bytes` to `str` before using `replace` for stripping `=`. | ||||
* | sign_csr.py: Use `input` instead of `raw_input`. | rsiddharth | 2019-06-03 | 1 | -5/+5 |
| | |||||
* | sign_csr.py: Update subprocess.Popen calls. | rsiddharth | 2019-06-03 | 1 | -2/+2 |
| | | | | | | Set `universal_newlines` argument to True for `subprocess.Popen` calls that require the `stdout_data` from `proc.communicate()` to be of type `str`. | ||||
* | sign_csr.py: Begin switch to Python 3 only. | rsiddharth | 2019-06-03 | 1 | -22/+20 |
| | | | | Import only Python 3 modules. | ||||
* | renamed to acme-nosudo | Daniel Roesler | 2018-03-13 | 1 | -4/+4 |
| | |||||
* | Merge pull request #85 from surr/parse | Daniel Roesler | 2017-11-14 | 1 | -1/+1 |
|\ | | | | | Fix subject line parsing | ||||
| * | Fix subject line parsing | Alexander Inyukhin | 2017-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | openssl output may contain spaces around = symbol in the 'Subject: CN = ' line. This breaks registering new certificates without extra domains (subjectAltNames) with error "Error creating new cert :: Authorizations for these names not found or expired ..." | ||||
* | | Merge remote-tracking branch 'pull_91/patch-1' | Daniel Roesler | 2017-11-14 | 0 | -0/+0 |
|\ \ | |||||
| * | | Fix styling of headings in README.md: add spaces | johnl | 2017-08-15 | 1 | -19/+19 |
| |/ | |||||
* | | removed unused terms in revoke script | Daniel Roesler | 2017-11-14 | 1 | -1/+0 |
| | | |||||
* | | Merge remote-tracking branch 'pull_90/master' | Daniel Roesler | 2017-11-14 | 1 | -19/+19 |
|\ \ | |||||
| * | | Fix broken Markdown headings | Santiago Castro | 2017-04-17 | 1 | -19/+19 |
| |/ | |||||
* / | fixed #94, added dynamic agreement terms url fetching | Daniel Roesler | 2017-11-14 | 1 | -2/+6 |
|/ | |||||
* | fixed agreement url | Daniel Roesler | 2016-08-02 | 2 | -2/+2 |
| | |||||
* | updated intermediate cert to X3 | Daniel Roesler | 2016-03-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #64 from TaylorMonacelli/master | Daniel Roesler | 2016-02-22 | 1 | -1/+1 |
|\ | | | | | Fix README: you just securely transfer... | ||||
| * | Fix README: you just securely transfer... | Taylor Monacelli | 2016-02-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #47 from nylen/patch-1 | Daniel Roesler | 2015-12-22 | 2 | -1/+8 |
|\ | | | | | Provide a note about using an existing webserver | ||||
| * | Add "instead" | James Nylen | 2015-12-18 | 1 | -1/+1 |
| | | |||||
| * | Fix documentation text at the end of sign_csr.py too | James Nylen | 2015-12-16 | 1 | -1/+6 |
| | | |||||
| * | Provide a note about using an existing webserver | James Nylen | 2015-12-16 | 1 | -0/+2 |
|/ | | | Follow-up to https://github.com/diafygi/letsencrypt-nosudo/pull/20. This would've saved me time because I wouldn't have needed to run `sign-csr.py` again and sign more stuff, or go looking for this option. | ||||
* | fixed #40, updated formatting to be backwards compatible with python 2.6 | Daniel Roesler | 2015-12-05 | 2 | -48/+48 |
| | |||||
* | use the 'uri' key in the responses dict | Daniel Roesler | 2015-12-03 | 1 | -2/+2 |
| | |||||
* | fixed file-based response prompt | Petr Kutalek | 2015-12-04 | 1 | -1/+1 |
| |