Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5354

Networking and servers • Re: How to create signed SSL certificate with DS Lite connection?

$
0
0
My RPi does have access to the internet.
Then your only choice is a self-signed certificate that's local to your LAN only.
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



Viewing all articles
Browse latest Browse all 5354

Trending Articles