Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 /usr/dbvisit/standbymp/certificates before any changes

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:

...