Can't upload Lets Encrypt certificate #10102
-
Hi! Please help me someone! I'm tryin to set up https acces to systemvm's. I have enabled all necessary options in global setings. I have registered lets encrypt certificate, and have 3 files: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
@SviridoffA |
Beta Was this translation helpful? Give feedback.
-
I have create another free certificate, by sslforweb service. This service use Lets Encrypt too. And this cert pass validation in cloudstack. Private key of this certificate longer than cert created by certbot. Looks like certbot with default setting, creates certificate not acceptable for Cloudstack. So we need to create cert with some argument like "--nginx" maybe. For now all works fine. Anyway, @weizhouapache thank you for you help!! |
Beta Was this translation helpful? Give feedback.
-
This is due to newer version of certbot use ECDSA algorithms. You can add the parameter |
Beta Was this translation helpful? Give feedback.
This is due to newer version of certbot use ECDSA algorithms. You can add the parameter
--key-type rsa
in your certbot command.