summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* acmens.py: bump to version 0.1.3v0.1.3rsiddharth2020-08-021-1/+1
|
* README.md: dns challenge: update commandrsiddharth2020-08-021-1/+1
|
* acmens.py: format via blackrsiddharth2020-08-021-13/+18
|
* acmens.py: sign_csr: remove note about TXT recordrsiddharth2020-08-021-3/+0
| | | | The TXT record needs to have quotes.
* acmens.py: sign_csr: update dns challenge inforsiddharth2020-08-021-4/+3
| | | | | - Format it like a bind9 DNS TXT record. - Rename keyword argument `token` to `keyauth`.
* acmens.py: sign_csr: fix dns text record contentrsiddharth2020-08-021-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 Merrill2020-06-271-1/+1
|
* Updating the readme for the dns challenge.Randy Merrill2020-06-261-0/+10
|
* Adding the DNS challenge type.Randy Merrill2020-06-261-17/+41
| | | | For wildcard certs you need to use the DNS challenge.
* setup.py: Format via black.rsiddharth2020-06-171-28/+26
|
* Makefile: fmt: Add setup.pyrsiddharth2020-06-171-1/+1
|
* acmens.py: Format it via black.rsiddharth2020-06-171-93/+214
|
* Makefile: Add fmt.rsiddharth2020-06-171-0/+4
|
* Bump to v0.1.2v0.1.2rsiddharth2020-05-311-1/+1
|
* acmens.py: Update main.rsiddharth2020-05-311-2/+2
|
* Bump to v0.1.1v0.1.1rsiddharth2020-04-251-1/+1
|
* setup.py: Fix 'license' in config.rsiddharth2020-04-251-1/+1
|
* acmens.py: Bump to version 0.1.0.v0.1.0rsiddharth2020-04-251-1/+1
|
* README.md: Add 'installation' section.rsiddharth2020-04-252-3/+10
|
* setup.py: config: Fix classfiers.rsiddharth2020-04-251-1/+1
|
* setup.py: Update config.rsiddharth2020-04-251-2/+1
| | | | Fix license in 'classfiers'.
* Add Makefile.rsiddharth2020-04-251-0/+28
|
* Clean up .gitignorersiddharth2020-04-251-8/+0
|
* Clean up .gitignore.rsiddharth2020-04-251-34/+0
|
* setup.py: Add 'python_requires' in config.rsiddharth2020-04-251-0/+1
|
* Add setup.pyrsiddharth2020-04-251-0/+48
|
* LICENSE: Copy License text verbatim from gnu.orgrsiddharth2020-04-251-7/+6
| | | | Specifically https://www.gnu.org/licenses/agpl-3.0.txt
* acmens.py: Remove the #1/usr/bin/env python3 declaration.rsiddharth2020-04-251-1/+0
|
* acmens.py: Add copyright header.rsiddharth2020-04-251-0/+6
|
* acmens.py: Add utf-8 coding header.rsiddharth2020-04-251-0/+2
|
* acmens.py: Add __version__.rsiddharth2020-04-251-0/+4
|
* acmens.py: Add main.rsiddharth2020-04-251-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.rsiddharth2020-04-252-72/+63
| | | | | * acmens.py (sign_csr): Process just one domain. * README.md: Update 'getting/renewing a certificate' section.
* Update README.mdrsiddharth2020-04-251-2/+2
|
* Update README.mdrsiddharth2020-04-121-1/+1
|
* Update README.mdrsiddharth2020-04-121-3/+2
|
* Remove revoke_crt.pyrsiddharth2020-04-121-136/+0
| | | | Certificate revocation function is now in acmens.py.
* acmens.py: Add revoke_crt.rsiddharth2020-04-122-19/+131
| | | | | | Move certicate revocation function -- revoke_crt -- into acmens.py. The revoke_crt.py will be removed.
* acmens.py: Update arguments to acmens.pyrsiddharth2020-04-122-3/+7
| | | | Now CSR path needs to be given via the --csr switch.
* sign_csr.py -> acmens.pyrsiddharth2020-04-122-5/+5
|
* Update README.md.rsiddharth2020-02-191-319/+10
| | | | Forking acme-nosudo -> acmens.
* README.md: Update 'How to use the revocation script' section.rsiddharth2020-02-091-2/+2
|
* revoke_crt.py: Update help text.rsiddharth2020-02-091-2/+2
|
* README.md: Update 'Example use of the revocation script' section.rsiddharth2020-02-091-13/+5
|
* README.md: Update 'How to use the revocation script' section.rsiddharth2020-02-091-30/+10
|
* README.md: Update 'How to use the signed https certificate' section.rsiddharth2020-02-091-4/+5
|
* README.md: Update 'Example use of the signing script' section.rsiddharth2020-02-091-63/+69
|
* README.md: Update 'Help text' section.rsiddharth2020-02-041-13/+12
|
* sign_csr.py: Update help text.rsiddharth2020-02-031-2/+2
|
* README.md: Update 'How to use the signing script' section.rsiddharth2020-02-031-21/+16
| | | | | Update this section to reflect the ACME v2 version of the `sign_csr.py` script.