summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sign_csr.py: Begin switch to Python 3 only.rsiddharth2019-06-031-22/+20
| | | | Import only Python 3 modules.
* renamed to acme-nosudoDaniel Roesler2018-03-131-4/+4
|
* Merge pull request #85 from surr/parseDaniel Roesler2017-11-141-1/+1
|\ | | | | Fix subject line parsing
| * Fix subject line parsingAlexander Inyukhin2017-01-071-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 Roesler2017-11-140-0/+0
|\ \
| * | Fix styling of headings in README.md: add spacesjohnl2017-08-151-19/+19
| |/
* | removed unused terms in revoke scriptDaniel Roesler2017-11-141-1/+0
| |
* | Merge remote-tracking branch 'pull_90/master'Daniel Roesler2017-11-141-19/+19
|\ \
| * | Fix broken Markdown headingsSantiago Castro2017-04-171-19/+19
| |/
* / fixed #94, added dynamic agreement terms url fetchingDaniel Roesler2017-11-141-2/+6
|/
* fixed agreement urlDaniel Roesler2016-08-022-2/+2
|
* updated intermediate cert to X3Daniel Roesler2016-03-261-2/+2
|
* Merge pull request #64 from TaylorMonacelli/masterDaniel Roesler2016-02-221-1/+1
|\ | | | | Fix README: you just securely transfer...
| * Fix README: you just securely transfer...Taylor Monacelli2016-02-061-1/+1
|/
* Merge pull request #47 from nylen/patch-1Daniel Roesler2015-12-222-1/+8
|\ | | | | Provide a note about using an existing webserver
| * Add "instead"James Nylen2015-12-181-1/+1
| |
| * Fix documentation text at the end of sign_csr.py tooJames Nylen2015-12-161-1/+6
| |
| * Provide a note about using an existing webserverJames Nylen2015-12-161-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.6Daniel Roesler2015-12-052-48/+48
|
* use the 'uri' key in the responses dictDaniel Roesler2015-12-031-2/+2
|
* fixed file-based response promptPetr Kutalek2015-12-041-1/+1
|
* removed beta notice in the readme since let's encrypt is now open!Daniel Roesler2015-12-031-2/+0
|
* fixed table of contents leak in readmeDaniel Roesler2015-11-281-1/+1
|
* fixed #5, added note in readme about official client capabilitiesDaniel Roesler2015-11-281-1/+15
|
* removed unused importsDaniel Roesler2015-11-281-2/+2
|
* Merge branch 'master' into add-revocation-scriptDaniel Roesler2015-11-282-8/+35
|\
| * Address review commentsJason Heard2015-11-171-36/+39
| |
| * Add missing slash to URLJason Heard2015-11-151-1/+1
| |
| * Update README with file-based optionJason Heard2015-11-151-0/+1
| |
| * Add file-based challenge hostingJason Heard2015-11-151-17/+40
| |
* | Address review feedbackJason Heard2015-11-172-9/+9
| |
* | Only mention user key for revokeJason Heard2015-11-152-6/+4
| |
* | Update README to mention revocationJason Heard2015-11-152-17/+110
| |
* | Add revocation scriptJason Heard2015-11-151-0/+136
|/
* switched to using http-01 challenge since SimpleHTTP is being removedDaniel Roesler2015-11-141-80/+64
|
* attempt to fix #16 modulus parsing for OSX openssl 0.9.8zg, which has ↵Daniel Roesler2015-11-081-1/+3
| | | | 'Modulus (4096 bit):' instead of 'Modulus:'
* typoDaniel Roesler2015-11-051-1/+1
|
* cleaned up various descriptionsDaniel Roesler2015-11-052-4/+7
|
* fixed #8, added note about adding the intermediate letsencrypt cert to nginx ↵Daniel Roesler2015-11-051-1/+7
| | | | config
* Merge pull request #9 from groestl/patch-1Daniel Roesler2015-11-051-1/+1
|\ | | | | added missing string format argument
| * added missing string format argumentgroestl2015-11-051-1/+1
|/
* updated recommended nginx cipher list and added dhparam file to prevent logjamDaniel Roesler2015-10-241-1/+2
|
* updated REAME with beta status, new demo usage, and real cert!Daniel Roesler2015-10-242-61/+95
|
* added email input, challenge response header, and command for public keyDaniel Roesler2015-10-241-23/+36
|
* updated challenge response to include token signed tokenDaniel Roesler2015-10-221-29/+71
|
* fix #6 and #7, but now getting a 'Authorizations for these names not found ↵Daniel Roesler2015-10-201-90/+73
| | | | or expired' error
* Merge pull request #4 from simonbru/regex_errorDaniel Roesler2015-06-151-1/+1
|\ | | | | add the common name string instead of the match instance in domains set
| * add the common name string instead of the match instance in domains setSimon Brulhart2015-06-151-1/+1
|/
* fixed lines of code numberDaniel Roesler2015-06-141-1/+1
|
* fixed #3, added support for multiple domains via subject alt names. also ↵Daniel Roesler2015-06-142-131/+162
| | | | moved to SimpleHTTP with tls off