site-command icon indicating copy to clipboard operation
site-command copied to clipboard

Site Update Custom SSL

Open steve231293 opened this issue 4 years ago • 2 comments

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 avatar Sep 23 '21 06:09 steve231293

@steve231293 Do you mean you want update a site which has LetsEncrypt SSL to custom SSL?

kirtangajjar avatar Oct 13 '21 07:10 kirtangajjar

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

steve231293 avatar Oct 18 '21 01:10 steve231293