/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sdn-warrior.org
| | www.dgendill.com
2.8 parsecs away

Travel
| | [AI summary] A developer shares a detailed tutorial on how to generate self-signed SSL certificates with specific Subject Alternative Names to enable secure service worker testing on mobile devices over a local network.
| | zaries.wordpress.com
2.1 parsecs away

Travel
| | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days...
| | markentier.tech
3.0 parsecs away

Travel
| | Sometimes I need a TLS1 certificate, for some local HTTPS or other services/protocols with some level of security to pla... | markentier.tech
| | www.unixsheikh.com
26.7 parsecs away

Travel
| [AI summary] The author argues that using GitHub Copilot undermines programming skills and creates security risks by encouraging reliance on AI-generated code without deep understanding.