Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save neto-developer/8f74b75452402fb763a071a0fdb77912 to your computer and use it in GitHub Desktop.
Save neto-developer/8f74b75452402fb763a071a0fdb77912 to your computer and use it in GitHub Desktop.

Docker - Certbot - Manual Wildcard Domain Certificate.md

Create a dir for mount in containers, and save letsencrypt folders

mkdir letsencrypt

Run a container and follow the instructions

docker run -it --rm -v "$PWD"/letsencrypt:/etc/letsencrypt certbot/certbot certonly --manual -d '*.domain.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment