Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update copyright | siddharth | 2021-04-16 | 2 | -2/+2 |
| | |||||
* | setup.py: update author | siddharth | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | acmens.py: update sign_csr | siddharth | 2021-04-16 | 1 | -1/+1 |
| | | | | | * acmens.py (sign_csr): Update _do_request; set User-Agent to `acmens`. | ||||
* | acmens.py: update revoke_crt | siddharth | 2021-04-16 | 1 | -1/+1 |
| | | | | | * acmens.py (revoke_crt): Update _do_request; set User-Agent to `acmens`. | ||||
* | acmens.py: update sign_csr | siddharth | 2021-04-16 | 1 | -2/+14 |
| | | | | | * acmens.py (sign_csr): Update _do_challenge; add handling to fallback to http-01 challenge if dns-01 is preferred but not available. | ||||
* | acmens.py: update sign_csr | siddharth | 2021-04-16 | 1 | -89/+103 |
| | | | | * acmens.py (sign_csr): Add support for multiple domains | ||||
* | acmens.py: bump to version 0.1.3v0.1.3 | rsiddharth | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | README.md: dns challenge: update command | rsiddharth | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | acmens.py: format via black | rsiddharth | 2020-08-02 | 1 | -13/+18 |
| | |||||
* | acmens.py: sign_csr: remove note about TXT record | rsiddharth | 2020-08-02 | 1 | -3/+0 |
| | | | | The TXT record needs to have quotes. | ||||
* | acmens.py: sign_csr: update dns challenge info | rsiddharth | 2020-08-02 | 1 | -4/+3 |
| | | | | | - Format it like a bind9 DNS TXT record. - Rename keyword argument `token` to `keyauth`. | ||||
* | acmens.py: sign_csr: fix dns text record content | rsiddharth | 2020-08-02 | 1 | -1/+2 |
| | | | | | | It should be base64(sha256(key_authorization)) reference: https://tools.ietf.org/html/rfc8555#section-8.4 | ||||
* | Removing the wildcard from the instructions. | Randy Merrill | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Updating the readme for the dns challenge. | Randy Merrill | 2020-06-26 | 1 | -0/+10 |
| | |||||
* | Adding the DNS challenge type. | Randy Merrill | 2020-06-26 | 1 | -17/+41 |
| | | | | For wildcard certs you need to use the DNS challenge. | ||||
* | setup.py: Format via black. | rsiddharth | 2020-06-17 | 1 | -28/+26 |
| | |||||
* | Makefile: fmt: Add setup.py | rsiddharth | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | acmens.py: Format it via black. | rsiddharth | 2020-06-17 | 1 | -93/+214 |
| | |||||
* | Makefile: Add fmt. | rsiddharth | 2020-06-17 | 1 | -0/+4 |
| | |||||
* | Bump to v0.1.2v0.1.2 | rsiddharth | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | acmens.py: Update main. | rsiddharth | 2020-05-31 | 1 | -2/+2 |
| | |||||
* | Bump to v0.1.1v0.1.1 | rsiddharth | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | setup.py: Fix 'license' in config. | rsiddharth | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | acmens.py: Bump to version 0.1.0.v0.1.0 | rsiddharth | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | README.md: Add 'installation' section. | rsiddharth | 2020-04-25 | 2 | -3/+10 |
| | |||||
* | setup.py: config: Fix classfiers. | rsiddharth | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | setup.py: Update config. | rsiddharth | 2020-04-25 | 1 | -2/+1 |
| | | | | Fix license in 'classfiers'. | ||||
* | Add Makefile. | rsiddharth | 2020-04-25 | 1 | -0/+28 |
| | |||||
* | Clean up .gitignore | rsiddharth | 2020-04-25 | 1 | -8/+0 |
| | |||||
* | Clean up .gitignore. | rsiddharth | 2020-04-25 | 1 | -34/+0 |
| | |||||
* | setup.py: Add 'python_requires' in config. | rsiddharth | 2020-04-25 | 1 | -0/+1 |
| | |||||
* | Add setup.py | rsiddharth | 2020-04-25 | 1 | -0/+48 |
| | |||||
* | LICENSE: Copy License text verbatim from gnu.org | rsiddharth | 2020-04-25 | 1 | -7/+6 |
| | | | | Specifically https://www.gnu.org/licenses/agpl-3.0.txt | ||||
* | acmens.py: Remove the #1/usr/bin/env python3 declaration. | rsiddharth | 2020-04-25 | 1 | -1/+0 |
| | |||||
* | acmens.py: Add copyright header. | rsiddharth | 2020-04-25 | 1 | -0/+6 |
| | |||||
* | acmens.py: Add utf-8 coding header. | rsiddharth | 2020-04-25 | 1 | -0/+2 |
| | |||||
* | acmens.py: Add __version__. | rsiddharth | 2020-04-25 | 1 | -0/+4 |
| | |||||
* | acmens.py: Add main. | rsiddharth | 2020-04-25 | 1 | -1/+4 |
| | | | | | * acmens.py (main): New function. Move code under the "main" block into this function and make "main" block call this. | ||||
* | acmens.py: Update sign_csr. | rsiddharth | 2020-04-25 | 2 | -72/+63 |
| | | | | | * 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 |
| | |||||
* | Remove revoke_crt.py | rsiddharth | 2020-04-12 | 1 | -136/+0 |
| | | | | Certificate revocation function is now in acmens.py. | ||||
* | acmens.py: Add revoke_crt. | rsiddharth | 2020-04-12 | 2 | -19/+131 |
| | | | | | | 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 | 2 | -3/+7 |
| | | | | Now CSR path needs to be given via the --csr switch. | ||||
* | 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 |
| |