Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | acmens.py: Update sign_csr. | rsiddharth | 2020-04-25 | 1 | -6/+4 |
| | | | | | * acmens.py (sign_csr): Process just one domain. * README.md: Update 'getting/renewing a certificate' section. | ||||
* | Update README.md | rsiddharth | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | Update README.md | rsiddharth | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Update README.md | rsiddharth | 2020-04-12 | 1 | -3/+2 |
| | |||||
* | acmens.py: Add revoke_crt. | rsiddharth | 2020-04-12 | 1 | -14/+8 |
| | | | | | | Move certicate revocation function -- revoke_crt -- into acmens.py. The revoke_crt.py will be removed. | ||||
* | acmens.py: Update arguments to acmens.py | rsiddharth | 2020-04-12 | 1 | -1/+1 |
| | | | | Now CSR path needs to be given via the --csr switch. | ||||
* | sign_csr.py -> acmens.py | rsiddharth | 2020-04-12 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | README.md: Update reference of 'python' to 'python3'. | rsiddharth | 2019-07-09 | 1 | -11/+11 |
| | |||||
* | renamed to acme-nosudo | Daniel Roesler | 2018-03-13 | 1 | -4/+4 |
| | |||||
* | Fix broken Markdown headings | Santiago Castro | 2017-04-17 | 1 | -19/+19 |
| | |||||
* | updated intermediate cert to X3 | Daniel Roesler | 2016-03-26 | 1 | -2/+2 |
| | |||||
* | Fix README: you just securely transfer... | Taylor Monacelli | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | Add "instead" | James Nylen | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | Merge branch 'master' into add-revocation-script | Daniel Roesler | 2015-11-28 | 1 | -0/+1 |
|\ | |||||
| * | Update README with file-based option | Jason Heard | 2015-11-15 | 1 | -0/+1 |
| | | |||||
* | | Address review feedback | Jason Heard | 2015-11-17 | 1 | -8/+7 |
| | | |||||
* | | Only mention user key for revoke | Jason Heard | 2015-11-15 | 1 | -3/+2 |
| | | |||||
* | | Update README to mention revocation | Jason Heard | 2015-11-15 | 1 | -15/+107 |
|/ | |||||
* | typo | Daniel Roesler | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | cleaned up various descriptions | Daniel Roesler | 2015-11-05 | 1 | -3/+3 |
| | |||||
* | fixed #8, added note about adding the intermediate letsencrypt cert to nginx ↵ | Daniel Roesler | 2015-11-05 | 1 | -1/+7 |
| | | | | config | ||||
* | 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 | 1 | -58/+70 |
| | |||||
* | fixed lines of code number | Daniel Roesler | 2015-06-14 | 1 | -1/+1 |
| | |||||
* | fixed #3, added support for multiple domains via subject alt names. also ↵ | Daniel Roesler | 2015-06-14 | 1 | -31/+27 |
| | | | | moved to SimpleHTTP with tls off | ||||
* | updated readme with new command flow | Daniel Roesler | 2015-06-11 | 1 | -169/+146 |
| | |||||
* | added error catching for non-issued cert | Daniel Roesler | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | updated to new registration flow for ACME | Daniel Roesler | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | added how-to-use section and table of contents | Daniel Roesler | 2015-01-19 | 1 | -11/+72 |
| | |||||
* | fixed typo | Daniel Roesler | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | updated README.md | Daniel Roesler | 2015-01-18 | 1 | -2/+266 |
| | |||||
* | Initial commit | Daniel Roesler | 2015-01-18 | 1 | -0/+2 |