| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sign_csr.py: Update _b64 function. | rsiddharth | 2019-06-03 | 1 | -1/+4 |
* | 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 |
* | sign_csr.py: Begin switch to Python 3 only. | rsiddharth | 2019-06-03 | 1 | -22/+20 |
* | 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 | Alexander Inyukhin | 2017-01-07 | 1 | -1/+1 |
* | | 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... | Taylor Monacelli | 2016-02-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #47 from nylen/patch-1 | Daniel Roesler | 2015-12-22 | 2 | -1/+8 |
|\ |
|
| * | 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 |
|/ |
|
* | 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 |
* | removed beta notice in the readme since let's encrypt is now open! | Daniel Roesler | 2015-12-03 | 1 | -2/+0 |
* | fixed table of contents leak in readme | Daniel Roesler | 2015-11-28 | 1 | -1/+1 |
* | fixed #5, added note in readme about official client capabilities | Daniel Roesler | 2015-11-28 | 1 | -1/+15 |
* | removed unused imports | Daniel Roesler | 2015-11-28 | 1 | -2/+2 |
* | Merge branch 'master' into add-revocation-script | Daniel Roesler | 2015-11-28 | 2 | -8/+35 |
|\ |
|
| * | Address review comments | Jason Heard | 2015-11-17 | 1 | -36/+39 |
| * | Add missing slash to URL | Jason Heard | 2015-11-15 | 1 | -1/+1 |
| * | Update README with file-based option | Jason Heard | 2015-11-15 | 1 | -0/+1 |
| * | Add file-based challenge hosting | Jason Heard | 2015-11-15 | 1 | -17/+40 |
* | | Address review feedback | Jason Heard | 2015-11-17 | 2 | -9/+9 |
* | | Only mention user key for revoke | Jason Heard | 2015-11-15 | 2 | -6/+4 |
* | | Update README to mention revocation | Jason Heard | 2015-11-15 | 2 | -17/+110 |
* | | Add revocation script | Jason Heard | 2015-11-15 | 1 | -0/+136 |
|/ |
|
* | switched to using http-01 challenge since SimpleHTTP is being removed | Daniel Roesler | 2015-11-14 | 1 | -80/+64 |
* | attempt to fix #16 modulus parsing for OSX openssl 0.9.8zg, which has 'Modulu... | Daniel Roesler | 2015-11-08 | 1 | -1/+3 |
* | typo | Daniel Roesler | 2015-11-05 | 1 | -1/+1 |
* | cleaned up various descriptions | Daniel Roesler | 2015-11-05 | 2 | -4/+7 |
* | fixed #8, added note about adding the intermediate letsencrypt cert to nginx ... | Daniel Roesler | 2015-11-05 | 1 | -1/+7 |
* | Merge pull request #9 from groestl/patch-1 | Daniel Roesler | 2015-11-05 | 1 | -1/+1 |
|\ |
|
| * | added missing string format argument | groestl | 2015-11-05 | 1 | -1/+1 |
|/ |
|
* | updated recommended nginx cipher list and added dhparam file to prevent logjam | Daniel Roesler | 2015-10-24 | 1 | -1/+2 |
* | updated REAME with beta status, new demo usage, and real cert! | Daniel Roesler | 2015-10-24 | 2 | -61/+95 |
* | added email input, challenge response header, and command for public key | Daniel Roesler | 2015-10-24 | 1 | -23/+36 |
* | updated challenge response to include token signed token | Daniel Roesler | 2015-10-22 | 1 | -29/+71 |
* | fix #6 and #7, but now getting a 'Authorizations for these names not found or... | Daniel Roesler | 2015-10-20 | 1 | -90/+73 |
* | Merge pull request #4 from simonbru/regex_error | Daniel Roesler | 2015-06-15 | 1 | -1/+1 |
|\ |
|