The domain mapped to ip of shost
currently implemented as i3c-cli:
/i cert [subdomain]
mkdir /etc/letsencrypt
docker run -it --rm --name certbot \
-p 80:80 \
-p 443:443 \
-v "/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
certbot/certbot certonly
1 - standalone with temp ws
Certs in /etc/letsencrypt/live
Further configuration manual (depends on platform/server)
refs: https://certbot.eff.org/docs/install.html#running-with-docker