logIt Log Around The Clock

Posts Tagged ‘certificate’

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 [...]

Manual HTTPS Agent Installation-Deinstallation (2)

…cont’d… More Messy situation usually occur if agent was previously installed (along with activation in management server, node addition, etc.). If an HTTPS agent is deinstalled manually in the managed node, its data stays exist in certificate server & management server. We need to clean this mess. Under complete deinstallation, the following directories are removed [...]