/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

current.workingdirectory.net
| | zaries.wordpress.com
1.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...
| | memo.mx
2.3 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....
| | www.integralist.co.uk
2.5 parsecs away

Travel
| |
| | www.timnolte.com
27.3 parsecs away

Travel
| This guide can be followed for setting up a brand new #Mastodon instance on #Oracle Cloud Infrastructure, if you are just getting started, but the second half will be more focused on moving an existing instance over from another hosting provider. #HowTo #OCI #arm64 #Ubuntu #DigitalOcean