index
:
acmens
master
an ACMEv2 client. fork of acme-nosudo
siddharth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
acmens.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
acmens: bump to version 0.3.0
HEAD
v0.3.0
master
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
1
-2
/
+2
*
bump to version 0.2.0
v0.2.0
siddharth
2022-05-14
1
-1
/
+1
*
setup.py: remove unused import
siddharth
2022-05-07
1
-1
/
+1
*
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
*
bump to v0.1.7
v0.1.7
siddharth
2021-06-27
1
-1
/
+1
*
acmens.py: main: update help description
siddharth
2021-06-27
1
-29
/
+3
*
acmens.py: remove `__main__` if block
siddharth
2021-06-27
1
-5
/
+1
*
Bump to version 0.1.6
v0.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.5
v0.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
*
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
*
acmens.py: add --stage switch
siddharth
2021-04-18
1
-10
/
+17
*
bump to version 0.1.4
v0.1.4
siddharth
2021-04-16
1
-1
/
+1
*
update copyright
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
*
acmens.py: update sign_csr
siddharth
2021-04-16
1
-89
/
+103
*
acmens.py: bump to version 0.1.3
v0.1.3
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
*
acmens.py: sign_csr: update dns challenge info
rsiddharth
2020-08-02
1
-4
/
+3
*
acmens.py: sign_csr: fix dns text record content
rsiddharth
2020-08-02
1
-1
/
+2
*
Removing the wildcard from the instructions.
Randy Merrill
2020-06-27
1
-1
/
+1
*
Adding the DNS challenge type.
Randy Merrill
2020-06-26
1
-17
/
+41
*
acmens.py: Format it via black.
rsiddharth
2020-06-17
1
-93
/
+214
*
Bump to v0.1.2
v0.1.2
rsiddharth
2020-05-31
1
-1
/
+1
*
acmens.py: Update main.
rsiddharth
2020-05-31
1
-2
/
+2
[next]