How can i update a custom SSL certificate? #1697
-
Hi. My custom ssl certificate is soon to expire, and i want to update it in my ee sites, but i don't find a solution to do it. I've tried in a test site (it has let's encrypt enabled) with:
and later i've tried:
But i got:
Then the site redirect me to another site that i have in the same server. I don't know what to do. I would appreciate if someone could help me. Thanks in advance.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Seems like the For now, let's take a little longer approach for this
Want to be double sure?
What if it fails?
|
Beta Was this translation helpful? Give feedback.
Seems like the
site update
command doesn't support custom certificate updates.For now, let's take a little longer approach for this
/opt/easyengine/services/nginx-proxy/certs/
and all the certificates inside it. (check the permissions as well)ls
in the directory and you will find the.crt
and.key
files there -example.com.crt
andexample.com.key
.key
and.crt
file otherwise you can replace the files with the new certs making sure the file name remains the same.ee service restart nginx-proxy
Want…