I have SSL Certificate, Intermediate Certificate and Private Key. I know how to add/update them in Web Control Panel but how can I do it in Terminal?
To add ssl cert for mail domain:
v-add-mail-domain-ssl USER DOMAIN SSL_DIR
To add ssl cert for web domain:
v-add-web-domain-ssl USER DOMAIN SSL_DIR
To update ssl cert for mail domain:
v-update-mail-domain-ssl USER DOMAIN SSL_DIR
To update ssl cert for web domain:
v-update-web-domain-ssl USER DOMAIN SSL_DIR
Parameter SSL_DIR
is a path to directory where 2 or 3 ssl files can be found. Certificate file domain.tld.crt
and its key domain.tld.key
are mandatory. Certificate authority domain.tld.ca
file is optional but in your case, it should contain the intermediate certificate.
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.