Skip to content

Instantly share code, notes, and snippets.

@FlorianHeigl
Created September 11, 2017 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianHeigl/8819b4eb868edbe2bee1a79c3db5d459 to your computer and use it in GitHub Desktop.
Save FlorianHeigl/8819b4eb868edbe2bee1a79c3db5d459 to your computer and use it in GitHub Desktop.
bacula config mixing letsencrypt and cacert
## server: cacert
## client: letsencrypt
TLS Enable = yes
TLS Require = yes
TLS CA Certificate File = /etc/letsencrypt.sh/certs/host.domain.tld/chain.pem
TLS Certificate = /etc/letsencrypt.sh/certs/host.domain.tld/cert.pem
TLS Key = /etc/letsencrypt.sh/certs/host.domain.tld/privkey.pem
TLS CA Certificate Dir = /etc/ssl/certs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment