Skip to content

Issue multiple certificates with cloudflare  #4084

Open
@keamas

Description

@keamas

Hello,
I need to issue multiple certificates via cloudflare.
For this I tried different ways without any success.:

./acme.sh --issue --server letsencrypt --dns dns_cf -d vpn.mydomain.com -w /home/admin/.acme.sh/vpn.mydomain.com -d fw1.mydomain.com -w /home/admin/.acme.sh/fw1.mydomain.com

./acme.sh --issue --server letsencrypt --dns dns_cf -d vpn.mydomain.com  -d fw1.mydomain.com

But I just get the certificate which I put first in the statement the second domains seems not to be created. But I can see multiple txt entries in the Cloudflare DNS.

I also tried to use a wildcard certificate instead which I don't prefer.

But than I can't upload the wildcard certificate via the PaloAlto deploy script:

admin@amy:~/.acme.sh $ acme.sh --deploy -d "*.mydomain.com" --deploy-hook panos --insecure
[Thu 12 May 17:03:09 CEST 2022] Deploy of type cert failed. Try deploying with --debug to troubleshoot.
[Thu 12 May 17:03:10 CEST 2022] Deploy of type key failed. Try deploying with --debug to troubleshoot.
[Thu 12 May 17:03:10 CEST 2022] Deploy of type commit failed. Try deploying with --debug to troubleshoot.
[Thu 12 May 17:03:10 CEST 2022] Error deploy for domain:*.mydomain.com
[Thu 12 May 17:03:11 CEST 2022] Deploy error.

Is there any Solution how I can create multiple certs with cloudflare or anything how I can deploy the wildcard certs ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions