Skip to content

Script to automate Let's Encrypt certificate DNS challenge authentication with docker

License

Notifications You must be signed in to change notification settings

5pecia1/letsencrypt-namecheap-dns-auth-with-docker

 
 

Repository files navigation

automatic letsencrypt namecheap dns auth with docker

This is an automation code for DNS challenge that can be used when HTTP challenge cannot be done while using namecheap. In my case, I had no choice but to choose DNS challenge because the telecommunication carrier blocked port 80 from being used.

Start

  1. set namecheap api
  2. cp .env-namecheap-template .env-namecheap
  3. cp .env-nginx-template .env-nginx
  4. edit .env-namecheap, .env-nginx
  5. edit DRY_RUN env in docker-compse.yaml
  6. docker-compose up -d

About

Script to automate Let's Encrypt certificate DNS challenge authentication with docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 97.8%
  • Dockerfile 2.2%