I'm having trouble creating a wildcard certificate for a domain with
acme_certificate.
I've followed this guide and successfully produced certificate (I changed
the "shell"-part with appropriate openssl-modules)
<https://www.digitalocean.com/community/tutorials/how-to-acquire-a-let-s-encrypt-certificate-using-ansible-on-ubuntu-18-04>
I want to create a certificate with *.domain.name and domain.name but it's
not working with that playbook.
I get stuck in the task "Implement http-01 challenge files"
Obviously... You can't name a file with a '*' in it's name.
How do I get around this problem within ansible and being idempotent or do
I have to do a certbot shell-command to the host listening on port 80 to
create the certificate *.domain.name?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CABG_dst8UCq07_dGju5CQiKnJw9UNoHf3U0Edfg1%3DWX__xy1%3DA%40mail.gmail.com.

Reply via email to