Skip to content

dev-alex-alex2006hw/letsencrypt-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Let's Encrypt HAProxy

A Let's Encrypt wrapper that generates an extra haproxy.pem file compatible with HAProxy crt configuration option.

Usage

You can use it just like the official Docker image.

sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
  -v "/etc/letsencrypt:/etc/letsencrypt" \
  -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
  sheerun/letsencrypt:latest auth

References

How it works

When wrapped letsencrypt command successfully exits, this script looks for all fullchain.pem in /etc/letsencrypt/ and concatenates them with corresponding privkey.pem producing extra fullchain.pem.

License

Dual-licensed MIT and Apache-2.0.

About

Letsencrypt with haproxy certificates support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%