Closed jfallows closed 10 months 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
The current LetsEncrypt instructions are out of date now.
I ended up using the docker approach.