I need the procedure to replace the intermediate certificate on NNC
Hi all,
The intermediate certificate NNC is presenting on GUI is to expire.
I have the new Intermediate Certificate.
I can imagine that the new certificate is to be copied on server, and somehow the httpd-ssl configuration file has to point towards the new file.
[root@adnnc02-cl ssl]# grep -i certificate /opt/AcmePacket/NNC73M4/Apache/httpserver/conf/extra/httpd-ssl.conf | grep -v "#"
SSLCertificateFile /opt/AcmePacket/NNC73M4/ssl/nncentral_server.cer
SSLCertificateKeyFile /opt/AcmePacket/NNC73M4/ssl/nncentral_server.key
SSLCertificateChainFile /opt/AcmePacket/NNC73M4/ssl/ca_chain.cer
Still I would feel more comfortable if a procedure available, because Apache or httpd or the entire nnc server have to be restarted.