Site Update Custom SSL
Hello there,
Could you add option to update custom SSL for exist site?
You know, a custom SSL will expired in a year.
For now, We need to delete and re-create site with custom SSL
Thanks in advanced.
@steve231293 Do you mean you want update a site which has LetsEncrypt SSL to custom SSL?
Hello @kirtangajjar, No, I meant want to update site with Expired Custom SSL to Valid Custom SSL.
https://www.globalsign.com/en/blog/maximum-ssltls-certificate-validity-now-one-year
This is my command to create site:
ee site create example.com --type=wp --ssl=custom --ssl-key=/root/example.com.key --ssl-crt=/root/example.com.crt
Maybe update command look like:
ee site update example.com --ssl=custom --ssl-key=/root/new-ssl/example.com.key --ssl-crt=/root/new-ssl/example.com.crt
Thanks in advanced