How to replace SSL certificate manually on SSH console?
最後修訂日期:
2020-12-11
Applied models:
Applied Firmware:
-
All versions
-
Please replace the following 2 files under /etc/stunnel:
/etc/stunnel/stunnel.pem
combine the contents of the cert.pem & private.cert.pem in a single stunnel.pem file and replace the above file with it.
/etc/stunnel/uca.pem
Replace the contents of the above file with intermediatecert.pem
-
After that, restart related services with 3 scripts:
/etc/init.d/Qthttpd.sh restart
/etc/init.d/thttpd.sh restart
/etc/init.d/stunnel.sh restart