openwrt에서 HTTPS를 활성화하기 위해 아래 단계를 수행했습니다.어떻게요전.
이제 Firefox에서 인증서가 만료되었기 때문에 인증서 경고가 표시됩니다. 오래된 인증서를 삭제하는 방법은 무엇입니까?
답변1
openwrt 상자에서 쉘을 열고 다음 명령을 실행하십시오.
$ cd /etc
$ rm uhttpd.crt uhttpd.key
$ /etc/init.d/uhttpd restart
uhttpd 명령줄을 보면 다음과 같습니다.
cat /proc/$(pgrep uhttpd)/cmdline | tr '\0' ' ' && echo
결과:
/usr/sbin/uhttpd -f -h /www -r mortar.carrier.duckdns.org -x /cgi-bin -u /ubus -t 60 -T 30 -k 20 -A 1 -n 3 -N 100 - R -C /etc/uhttpd.crt -K /etc/uhttpd.key -s 0.0.0.0:443 -s [::]:443