若要取代叢集節點的 SSL 憑證:
/root
目錄中。cd /etc/nginx/ksmg
cp -p webapi.crt webapi.crt.backup
cp -p webapi.key webapi.key.backup
cat /root/cert.pem > webapi.crt
cat /root/key.pem > webapi.key
chown root:root webapi.crt
chmod 644 webapi.crt
chown kluser:root webapi.key
chmod 600 webapi.key
systemctl restart nginx
systemctl status nginx
該服務的狀態必須為 running
。
/root
目錄中的原始憑證和私密金鑰檔案:rm -f /root/cert.pem /root/key.pem
就會取代叢集節點的 SSL 憑證。如果要取代多個叢集節點上的憑證,則必須在每個節點上按照逐步說明進行操作。
頁面頂端