Explore >> Select a destination


You are here

malgregator.com
| | zaries.wordpress.com
2.6 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...
| | devopsian.net
1.8 parsecs away

Travel
| | Practical web client unit-testing in Go by mocking the server side, now with HTTPS enabled
| | gist.github.com
2.5 parsecs away

Travel
| | Self Signed Certificate with Custom Root CA. GitHub Gist: instantly share code, notes, and snippets.
| | securitylab.github.com
27.1 parsecs away

Travel
| In this article, well discuss some common security malpractices for GitHub Actions and workflows, and how to best avoid them. Our examples are based on real-world GitHub workflow implementation vulnerabilities the GitHub Security Lab has reported to maintainers.