Skip to content

Releases: sahsanu/lectl

v0.22.1

26 Jul 14:40
bc1d398
Compare
Choose a tag to compare

Changelog: Fix quotes on scriptname variable. (v0.22.1)

v0.22

24 Jul 20:32
7845cc4
Compare
Choose a tag to compare

Change rate limited error message

v0.21

09 Aug 15:51
cb3ffcf
Compare
Choose a tag to compare

Changelog: Enhanced, added column KEY ALG to show the Key Algorithm used in certificate. Examples; RSA 2048bit, ECC 256bit, etc. (v0.21)

v0.20

31 Jan 23:51
b8fb41a
Compare
Choose a tag to compare

Changelog: Fix, even if there are no certificates for a domain, lectl returns 1 certificate because the wc -l command also counts blank lines .

v0.19

25 Jan 09:10
cc2e83c
Compare
Choose a tag to compare

Changelog: # 2020-Jan-25: Fix, some commands were not used as variables.

v0.18

24 Jan 16:57
b1b06e7
Compare
Choose a tag to compare

Changelog: #2020-Jan-24: Fix, crt.sh has been moved to new servers and has changed how the html is presented so lectl was not able to get the right info and was not working at all. This has been fixed in this release, we'll see how long lasts.

v0.17

23 Aug 19:56
0ca2008
Compare
Choose a tag to compare

Changelog: # 2018-Aug-23: Enhanced, grep pattern has been modified to allow searches using wildcard subdomains *.domain.tld. Keep in mind that using *.domain.tld searches literally for *.domain.tld and in this case * doesn't act as a wildcard.

v0.16

05 Aug 14:10
e4ea9e3
Compare
Choose a tag to compare

Changelog: 2018-Aug-05: Fix, Let's Encrypt has raised the rate limit to issue certificates for a domain in 7 days from 20 to 50,so I've updated it too.

v0.15

13 Jul 21:29
36bbc26
Compare
Choose a tag to compare

Changelog

Enhanced: added options [-p|--pre] and [-f|--final] to show only Pre certificates or to show only Final certificates. If no option, script will show both types of certificates. The rate limits using --final option could not be accurate due this type of cert takes too long to be logged. Rate limits using --pre option or none are counted using only the logged pre certs