papanito / ansible-role-cloudflared

This ansible role does download and install cloudflared on the host and optionally installs the argo-tunnel as a service.
Apache License 2.0
51 stars 13 forks source link

Add support for `cert_content` #21

Closed jordemort closed 3 years ago

jordemort commented 3 years ago

cert_content is an alternative to cert_location; instead of copying a file, the value of cert_content is written directly to the certificate.

This also changes the certificate to be owned and only readable by the user and group that cloudflared is running as.

papanito commented 3 years ago

@jordemort thanks a lot