-
Decentralized certificate authority and naming
#Productivity #AI #Marketing 61 social mentions
-
The HTTP/2 Web Server with Automatic HTTPSPricing:
- Open Source
> So I can spend some time preparing this DNS configuration and then writing simple cronjob to fetch certificate every day and restart apache. > That would be vastly superior to current certbot horror and as secure. Have you looked at Apache's mod_md, which allows you to integrate with ACME providers without certbot? Here's the documentation, it's available since Apache 2.4.30: https://httpd.apache.org/docs/2.4/mod/mod_md.html I actually wrote a blog post about using Apache for that and other things, and moved my personal workloads over to it (still using Nginx and other servers at work): https://blog.kronis.dev/tutorials/how-and-why-to-use-apache-httpd-in-2022 In short, in addition to having lots of useful modules, Apache has recently gotten the aforementioned ACME functionality, which makes it a bit more easy to use, like how web servers like Caddy also have "automatic HTTPS" functionality: https://caddyserver.com/ I'm yet to find a good self-hosted WAF solution, since mod_security doesn't seem popular or documented enough, even though it is better than nothing.
#Web Servers #HTTP/2 Web Server #Web And Application Servers 250 social mentions