/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

squanderingti.me
| | www.agwa.name
1.7 parsecs away

Travel
| |
| | www.integralist.co.uk
2.2 parsecs away

Travel
| |
| | zacbrown.org
2.4 parsecs away

Travel
| | Zac Brown's Nonsense is the source for all of Zac Brown's nonsense. If it's Zac Brown related, then it's probably nonsense. And if it's nonsense, then it's probably here!
| | memo.mx
17.0 parsecs away

Travel
| A Certificate Authority or CA is an entity that signs digital certificates. These digital certificates are used to validate the connection while using secure mechanisms. Generating a root CA We will use a root CA to create intermediate CA's which are trusted to sign certificates on its behalf. First, prepare the environment. mkdir /root/ca && cd /root/ca mkdir certs crl newcerts private chmod 700 private touch index.txt echo 1000 > serial Then download the template for /root/ca/openssl....