Explore >> Select a destination


You are here

www.sudo.ws
| | current.workingdirectory.net
8.5 parsecs away

Travel
| | Some thoughts based on my work as a movement technologist
| | memo.mx
5.4 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....
| | adamu.jp
10.2 parsecs away

Travel
| |
| | luten.dev
65.6 parsecs away

Travel
| I was recently invited to join Bluesky, a new social media platform. This was mostly motivated by the nightmare that Twitter has become over the past year or so. One of Bluesky's nice features is the encouragement from the official team to build supplementary software. One way to do it is to build a custom feed. So, I set out to do just that: I built a feed that serves all posts related to TTRPGs on Bluesky. Here's how I went about publishing mine on a DigitalOcean droplet using PM2, Nginx, and Let's Encrypt.