bsssrl
New Pleskian
I'm using: plesk 12.0.18_build1200140610.21 os Ubuntu 14.04.
I'm trying to associate a certificate from terminal.
I'm able to generate certificate and add it to plesk for a specific domain executing this:
plesk bin certificate -c mycert -domain mydomain.com -key-file /path/to/mydomain.com/privkey.pem -cert-file /path/to/mydomain.com/cert.pem -cacert-file /path/to/mydomain.com/fullchain.pem
Now I should go to plesk on browser, reach host settings related to mydomain.com and under security select mycert. I hope I can do the same from terminal. How?
I find very useful this guide: certificate: SSL/TLS Certificates . But seems to miss the last step to assign mycert to mydomain.com virtual host.
Also tried to use --assign-cert, but it works at ip level and it's not what I want.
I'm trying to associate a certificate from terminal.
I'm able to generate certificate and add it to plesk for a specific domain executing this:
plesk bin certificate -c mycert -domain mydomain.com -key-file /path/to/mydomain.com/privkey.pem -cert-file /path/to/mydomain.com/cert.pem -cacert-file /path/to/mydomain.com/fullchain.pem
Now I should go to plesk on browser, reach host settings related to mydomain.com and under security select mycert. I hope I can do the same from terminal. How?
I find very useful this guide: certificate: SSL/TLS Certificates . But seems to miss the last step to assign mycert to mydomain.com virtual host.
Also tried to use --assign-cert, but it works at ip level and it's not what I want.
Last edited: