Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Fix the letsencrypt CA.
Browse files Browse the repository at this point in the history
See gluster/glusterfs-debian#4

In short, we serve the certificate and the CA, and apt do not like
it. So using only the chain.pem instead of fullchain.pem
should be sufficient.
  • Loading branch information
mscherer committed Jul 11, 2017
1 parent 41564df commit 02659d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/letsencrypt.yml
Expand Up @@ -49,4 +49,4 @@
with_items:
- { src: 'privkey.pem', dst: 'private/{{ _website_domain }}.key' }
- { src: 'cert.pem', dst: 'certs/{{ _website_domain }}.crt' }
- { src: 'fullchain.pem', dst: 'certs/{{ _website_domain }}.ca.crt' }
- { src: 'chain.pem', dst: 'certs/{{ _website_domain }}.ca.crt' }

0 comments on commit 02659d0

Please sign in to comment.