Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | acmens.py: Format it via black. | rsiddharth | 2020-06-17 | 1 | -93/+214 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -66/+59 |
| | | | | | * acmens.py (sign_csr): Process just one domain. * README.md: Update 'getting/renewing a certificate' section. | ||||
* | acmens.py: Add revoke_crt. | rsiddharth | 2020-04-12 | 1 | -5/+123 |
| | | | | | | 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 | -2/+6 |
| | | | | Now CSR path needs to be given via the --csr switch. | ||||
* | sign_csr.py -> acmens.py | rsiddharth | 2020-04-12 | 1 | -0/+255 |