I purchased an SSL certificate that matches the server name.
The below command however, results in the default SSL certificate installed by our server supplier showing up:
How can I change it so that our own SSL certificate is used?
Secondly, within SSL storage manager under User Account SSL Resources there is the following line:
The SSL resources below are available to your account
Here are a whole slew of certificates, mostly from the server supplier when the server was provisioned and in the mix there appears our own certificate. Is it safe to delete the server supplier ones leaving the one I bought and would it affect the system adversely if they were deleted?
Thank you!
The below command however, results in the default SSL certificate installed by our server supplier showing up:
Code:
openssl x509 -in /etc/apache2/conf.d/ssl.crt/server.crt -noout -subject
subject= /[email protected]/CN=ded.serversupplier.com.au
Secondly, within SSL storage manager under User Account SSL Resources there is the following line:
The SSL resources below are available to your account
Here are a whole slew of certificates, mostly from the server supplier when the server was provisioned and in the mix there appears our own certificate. Is it safe to delete the server supplier ones leaving the one I bought and would it affect the system adversely if they were deleted?
Thank you!