{
  acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
	email youremailhere
}

yourhostnamehere {

	reverse_proxy * localhost:4567
  
	tls {
		dns dns_plugin api_token
	}      
  
	log {
		output file /var/log/yourhostnamehere.log
	}

}
