Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1642

Is there any way to make router admin panel work through HTTPS?

$
0
0

I need to make my router Admin panel be accessible not by HTTPS and block HTTP.

I am using Mudi v2 from Gl-Inet. Powered by OpenWRT

Chat gpt prompted to generate custom CA:

#!/bin/shopenssl genrsa -out ca.key 4096openssl req -new -x509 -days 36500 -key ca.key -out ca.crt -subj "/C=XX/ST=XX/L=XX/O=Example/OU=CA/CN=ca.example.lan"openssl genrsa -out router.lan.key 4096openssl req -new -key router.lan.key -out router.lan.csr -subj "/C=XX/ST=XX/L=XX/O=Example/OU=Devices/CN=router.lan"openssl x509 -req -days 36500 -in router.lan.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out router.lan.crtecho "CA and signed router.lan certificate generated in current directory"

It will generate certificates and key. What to do next?


Viewing all articles
Browse latest Browse all 1642

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>