summaryrefslogtreecommitdiffstats
path: root/acmens.py
Commit message (Collapse)AuthorAgeFilesLines
* acmens.py: Update sign_csr.rsiddharth2020-04-251-66/+59
| | | | | * acmens.py (sign_csr): Process just one domain. * README.md: Update 'getting/renewing a certificate' section.
* acmens.py: Add revoke_crt.rsiddharth2020-04-121-5/+123
| | | | | | Move certicate revocation function -- revoke_crt -- into acmens.py. The revoke_crt.py will be removed.
* acmens.py: Update arguments to acmens.pyrsiddharth2020-04-121-2/+6
| | | | Now CSR path needs to be given via the --csr switch.
* sign_csr.py -> acmens.pyrsiddharth2020-04-121-0/+255