...
Controlcenter Webserver Certificate (this is a certificate which is provided to your browser whenever you login and work with controlcenter)
Dbvagentmanager and Controlcenter communication Certificates (these are internal certificates used for internal Dbvisit communication)
...
The last step is to replace existing dbvcontrol certificates with the signed certificate. You will need to copy your CA root certificate ca_root.crt to the dbvcontrol host (not the CA private key!)
Note |
---|
Consider backing up directory |
First of all, stop dbvcontrol. Then proceed with Overwrite the existing files (all our custom certificates are in ~/cert):
Code Block |
---|
$ cd /usr/dbvisit/standbymp/certificates $ cp ~/cert/ca_root.crt www_ca.pem $ cp ~/cert/czlin0212_cert.crt www_cert.pem $ cp ~/cert/czlin0212_priv.key www_prikey.pem |
Note |
Consider backing up directory /usr/dbvisit/standbymp/certificates before any changes |
Now start dbvcontrol and verify in browser the new certificate is correctly used:
...