logIt Log Around The Clock

Manual Ceritificate Modification

tags:

Issue certificate file from management server:

[mgmtsrv]$ ovcm -issue -file /tmp/node.cert -name <nodename> -pass <password> -coreid <coreid from node>

Copy the /tmp/node.cert file to the node and import it.

[node]$ ovcert -importcert -file /tmp/node.cert -pass <password>

It will then appear in the ovcert -list. Communication using HTTPS will also work, test this with bbcutil -ping on either sides.


Leave a Reply