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: |
Replies: 3 comments 5 replies
|
@SviridoffA |
|
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!! |
|
This is due to newer version of certbot use ECDSA algorithms. You can add the parameter |
This is due to newer version of certbot use ECDSA algorithms. You can add the parameter
--key-type rsain your certbot command.