Then your only choice is a self-signed certificate that's local to your LAN only.My RPi does have access to the internet.
https://en.wikipedia.org/wiki/Self-signed_certificate
Code:
# interactiveopenssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365# non-interactive and 10 years expirationopenssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname"
Statistics: Posted by DougieLawson — Mon Dec 09, 2024 2:17 pm