|
You are here |
sdn-warrior.org | ||
| | | | |
www.dgendill.com
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||