Outbound Link Summary:
22 years ago
p3k dots

once again: "introducing ssl and certificates using ssleay". looks like quite an enfolding introduction...

and here's a snippet of code:

umask 77; openssl req -new -key server.key -x509 -days 365 -out server.crt

but still no experience in creating and using a "self-signed certificate authority certificate".