Skip to content

tlvince/letslexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letslexicon

Automated Let's Encrypt certificate generation and renewal

Uses letsencrypt.sh and lexicon to automate Let's Encrypt SSL certificate generation and renewal.

Usage

echo "my.domain.example.com" >> domains.txt
docker build --rm --tag letslexicon:latest .
docker run \
  -e PROVIDER=cloudflare \
  -e LEXICON_CLOUDFLARE_USERNAME=[cloudflare@example.com] \
  -e LEXICON_CLOUDFLARE_TOKEN=[token] \
  -v `pwd`/data/key:/letsencrypt.sh/key \
  -v `pwd`/data/certs:/letsencrypt.sh/certs \
  -v `pwd`/data/archive:/letsencrypt.sh/archive \
  letslexicon -c

Author

© 2016 Tom Vincent https://tlvince.com/contact

License

Released under the MIT License.

About

Automated Let's Encrypt certificate generation and renewal

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages