(no title)
kevinsimper | 6 years ago
I think this article is a response to all those ads from VPN companies. They do try to scare people about public WiFi's.
kevinsimper | 6 years ago
I think this article is a response to all those ads from VPN companies. They do try to scare people about public WiFi's.
giancarlostoro|6 years ago
Edit:
Looks like Apache has one called 'md':
https://httpd.apache.org/docs/trunk/mod/mod_md.html
Your move Nginx? :)
zzzcpan|6 years ago
This is not as useful as you think. In nginx you only need a couple of extra lines of configuration to let an external program issue and renew certificates independently from nginx, without reloads, etc. Definitely not worth developing a C nginx module that starts a helper process that does that just so that a few people who run nginx on a single server could get their certificates issued with only one line of configuration.
atonse|6 years ago
That’s why I use caddy just about everywhere that isn’t a load balancer.
seeekr|6 years ago
mason55|6 years ago