Skip to content

Instantly share code, notes, and snippets.

@FlorianHeigl
Created September 11, 2017 01:58
Show Gist options
  • Select an option

  • Save FlorianHeigl/8819b4eb868edbe2bee1a79c3db5d459 to your computer and use it in GitHub Desktop.

Select an option

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