Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Cloudflare SSL configurations with acme script #5281

Closed
mahmoodn opened this issue Sep 8, 2024 · 2 comments
Closed

Using Cloudflare SSL configurations with acme script #5281

mahmoodn opened this issue Sep 8, 2024 · 2 comments

Comments

@mahmoodn
Copy link

mahmoodn commented Sep 8, 2024

I normally use the following set of commands with letsencrypt as the default ca to get the private and public keys:

curl https://get.acme.sh | sh
~/.acme.sh/acme.sh --set-default-ca --server letsencrypt
~/.acme.sh/acme.sh --register-account -m MYEMAIL
~/.acme.sh/acme.sh --issue -d MYDOMAIN --standalone
~/.acme.sh/acme.sh --installcert -d MYDOMAIN  --key-file /root/private.key --fullchain-file /root/cert.crt

Using the cloudflare dashboard, I have two files in the origin server section with the PEM format, origin certificate and private key. I would like to know how to convert these PEM files to the right certificates for acme script.

Any idea on how to do that?

Copy link

github-actions bot commented Sep 8, 2024

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

@mahmoodn
Copy link
Author

mahmoodn commented Sep 8, 2024

The automatic action bot comment is pretty meaningless here....

@Neilpang Neilpang closed this as completed Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants