stapelberg / zkj-nas-tools

NAS (Network Attached Storage) related tools
Other
53 stars 4 forks source link

Support http-01 challenge for Let's Encrypt #5

Closed Merovius closed 6 years ago

Merovius commented 6 years ago

Due to a security issue, Let's Encrypt deactivated tls-sni challenges permanently¹. Thus we need to use the new support for http-01 from autocert. This requires setting up a Manager manually and to keep the behavior consistent, we need to copy the (unexported) logic to determine the default caching directory.

[1] https://community.letsencrypt.org/t/tls-sni-challenges-disabled-for-most-new-issuance/50316