Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 530 Bytes

File metadata and controls

13 lines (10 loc) · 530 Bytes

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