Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 385 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 385 Bytes

Usage

clone

git clone https://github.com/Tee0125/docker-acme-challenge.git
git submodule init
git submodule update --recursive

build

docker build . -t acme-challenge

run

mkdir dehydrated
docker run \
    -e "CF_EMAIL={cloud flare email} \
    -e "CF_APIKEY={colud flare apikey} \
    -v`pwd`/dehydrated:/var/lib/dehydrated \
    acme-challenge