KO
|
EN
gitlite โ search
Search
#python
#javascript
#docker
#go
#golang
#tailwindcss
#css
#html
#s3
#typescript
#android
#reactjs
lecaa
โ 53
Open GitHub โ
Check for Let's Encrypt CAA issue
Download README (.md)
Explore Similar Repositories
digcaa
:
DNS CAA inspection CLI and (Go) library.
caasy-nextjs-blog-template
:
A modern NextJS blog template that demonstrates how to use the official Caasy JS SDK ๐งโ๐ป๐ฉโ๐ป
caasp-salt
:
A collection of salt states used to provision a kubernetes cluster
platform
:
Sailing smoothly on the cloud sea
velum
:
Dashboard for CaaS Platform clusters (v1, v2 and v3)
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lecaa
?
Download (.md)
# lecaa Check for Let's Encrypt CAA issue usage ----- Prepare list of serials: ./prepare-lecaa (This will download a list of affected certificates, extract the serial numbers and sort them.) Run: ./lecaa [host] It will output affected hosts and be silent for unaffected hosts. This can be used in combination with GNU parallel to check a large number of hosts: parallel -a [file_with_list_of_hosts] -j 30 --timeout 10 ./lecaa You can use following alternative on macOS without GNU parallel due to possible moreutils package conflicts: # requirements for following command: brew install findutils gxargs -l ./lecaa < [file_with_list_of_hosts] background ---------- Let's Encrypt announced a bug in their system's CAA checks, which forced them to revoke 3 million certificates on very short notice. This script allows you to efficiently check affected hosts. * https://community.letsencrypt.org/t/revoking-certain-certificates-on-march-4/114864 * https://www.golem.de/news/tls-let-s-encrypt-muss-drei-millionen-zertifikate-zurueckziehen-2003-146999.html who --- Written by Hanno Bรถck, https://hboeck.de/