aklivity / zilla-docs

0 stars 11 forks source link

LetsEncrypt instructions #131

Closed jfallows closed 10 months ago

jfallows commented 1 year ago

The current LetsEncrypt instructions are out of date now.

I ended up using the docker approach.

docker run -it --rm --name certbot \
            -v "/Users/jfallows/letsencrypt:/etc/letsencrypt" \
            -v "/Users/jfallows/letsencrypt:/var/lib/letsencrypt" \
            certbot/certbot -d "*.example.aklivity.io" --manual --key-type rsa --preferred-challenges dns certonly