Explore >> Select a destination


You are here

devopsian.net
| | zaries.wordpress.com
2.7 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...
| | gist.github.com
2.8 parsecs away

Travel
| | Self Signed Certificate with Custom Root CA. GitHub Gist: instantly share code, notes, and snippets.
| | markentier.tech
3.1 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
| | scotthelme.co.uk
21.0 parsecs away

Travel
| In my last couple of posts about CAs and Root Certificates I've talked about something called Alternate Trust Paths. As a result, many people have asked me questions about how a client can use a different intermediate and/or root to the one that issued the certificate and how/why