We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@steve231293 Do you mean you want update a site which has LetsEncrypt SSL to custom SSL?
Sorry, something went wrong.
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
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
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: