| Commit message (Expand) | Author | Age | Files | Lines |
* | acmens: bump to version 0.3.0HEADv0.3.0master | siddharth ravikumar | 2022-07-18 | 1 | -1/+1 |
* | acmens.py: update `_send_signed_request` | siddharth ravikumar | 2022-07-18 | 1 | -5/+13 |
* | copyright: use full name | siddharth ravikumar | 2022-07-18 | 3 | -5/+5 |
* | Makefile: update `upload` | siddharth ravikumar | 2022-07-18 | 1 | -2/+2 |
* | bump to version 0.2.0v0.2.0 | siddharth | 2022-05-14 | 1 | -1/+1 |
* | setup.py: remove unused import | siddharth | 2022-05-07 | 2 | -2/+2 |
* | setup.py: update description | siddharth | 2022-05-07 | 1 | -2/+2 |
* | acmens.py: update copyright year | siddharth | 2022-05-07 | 1 | -1/+1 |
* | acmens.py: remove unused imports | siddharth | 2022-05-07 | 1 | -4/+0 |
* | acmens.py: update _do_request | siddharth | 2022-05-07 | 1 | -22/+26 |
* | acmens: update _cmd | siddharth | 2022-05-07 | 1 | -2/+3 |
* | .github: remove workflows/codeql.yml | siddharth | 2022-05-04 | 1 | -29/+0 |
* | bump to v0.1.7v0.1.7 | siddharth | 2021-06-27 | 1 | -1/+1 |
* | acmens.py: main: update help description | siddharth | 2021-06-27 | 1 | -29/+3 |
* | .github/workflows: add codeql.yml | siddharth | 2021-06-27 | 1 | -0/+29 |
* | README.md: update installation section | siddharth | 2021-06-27 | 1 | -3/+0 |
* | README.md: update installation section | siddharth | 2021-06-27 | 1 | -0/+21 |
* | acmens.py: remove `__main__` if block | siddharth | 2021-06-27 | 1 | -5/+1 |
* | Makefile: add venv (phony target) | siddharth | 2021-06-27 | 1 | -0/+6 |
* | Bump to version 0.1.6v0.1.6 | siddharth | 2021-06-26 | 1 | -1/+1 |
* | acmens.py: update `sign_csr` | siddharth | 2021-06-26 | 1 | -5/+4 |
* | acmens.py: refac if/else | Robin C. Ladiges | 2021-06-26 | 1 | -9/+8 |
* | acmens.py: fallback to `dns` | Robin C. Ladiges | 2021-06-26 | 1 | -3/+14 |
* | Bump to version 0.1.5v0.1.5 | siddharth | 2021-05-29 | 1 | -1/+1 |
* | acmens.py: update `revoke_crt` | siddharth | 2021-05-29 | 1 | -2/+2 |
* | acmens.py: update `_agree_to` | siddharth | 2021-05-29 | 1 | -1/+2 |
* | acmens.py: update `_agree_to` | siddharth | 2021-05-29 | 1 | -2/+2 |
* | acmens.py: update import statements | siddharth | 2021-05-29 | 1 | -2/+15 |
* | acmens.py: `_agree_to`: black fmt | siddharth | 2021-05-29 | 1 | -4/+2 |
* | acmens.py: update `sign_csr` | siddharth | 2021-05-29 | 1 | -1/+12 |
* | acmens.py: Explicitly ask user to agree to LE Subscriber Agreement | siddharth | 2021-05-29 | 1 | -1/+15 |
* | update README.md | siddharth | 2021-05-05 | 1 | -37/+9 |
* | acmens.py: move around `_do_challenge` | siddharth | 2021-05-05 | 1 | -76/+76 |
* | acmens.py: move `_do_challenge` out of `sign_csr` | siddharth | 2021-05-05 | 1 | -95/+96 |
* | acmens.py: move `_poll_unitl_not` out of `sign_csr` | siddharth | 2021-05-05 | 1 | -11/+12 |
* | acmens.py: move `_send_signed_request` out of `sign_csr` and `revoke_crt` | siddharth | 2021-05-05 | 1 | -66/+94 |
* | acmens.py: move `_do_request` out of `sign_csr` and `revoke_crt` | siddharth | 2021-05-05 | 1 | -78/+39 |
* | acmens.py: move `_cmd` out of `sign_csr` and `revoke_crt` | siddharth | 2021-05-05 | 1 | -20/+11 |
* | acmens.py: move `_b64` out of `sign_csr` and `revoke_crt` | siddharth | 2021-05-02 | 1 | -15/+9 |
* | acmens.py: add --version switch | siddharth | 2021-05-02 | 1 | -1/+7 |
* | acmens.py: black format | siddharth | 2021-05-02 | 1 | -2/+6 |
* | Makefile: update develop | siddharth | 2021-05-02 | 1 | -0/+1 |
* | acmens.py: add --stage switch | siddharth | 2021-04-18 | 1 | -10/+17 |
* | bump to version 0.1.4v0.1.4 | siddharth | 2021-04-16 | 1 | -1/+1 |
* | README.md: document multiple domain support | siddharth | 2021-04-16 | 1 | -1/+4 |
* | 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: update revoke_crt | siddharth | 2021-04-16 | 1 | -1/+1 |
* | acmens.py: update sign_csr | siddharth | 2021-04-16 | 1 | -2/+14 |