local-letsencrypt ================= PoC for letsencrypt SSL certificates, as public, as local hswaw DNS zone is. Usage ----- cp server/config.cfg.dist server/config.cfg vim server/config.cfg cp client/hook-config.dist client/hook-config vim client/hook-config (cd server && python master.py) & certbot-auto certonly --manual --preferred-challenges=dns \ --manual-auth-hook `pwd`/client/install-hook.sh \ --manual-cleanup-hook `pwd`/client/cleanup-hook.sh \ --manual-public-ip-logging-ok \ -d testing2.waw.inf.re