1. Don’t be a dick.
  2. If you have to be a dick, be the least amount possible.
  3. Failing that, see 1.
  • 0 Posts
  • 25 Comments
Joined 4 years ago
cake
Cake day: October 21st, 2020

help-circle
















  • Fair point! Its been a while since I heard this in my childhood, but I remember them explicitly telling us “it rained” without any other source.

    Granted, we were children lol but if the artist had a Sunday school like mine then that likely is the basis for missing that bit 🙃



  • Here’s how I generated the CA:

    # openssl genrsa -des3 -out my-ca.key 2048
    # openssl req -x509 -new -nodes -key my-ca.key -sha256 -days 1825 -out my-ca.pem
    

    I’m sure I’ll receive flak for how I went about it, but importing that pem into the “install certificates” bit of the settings works like a charm.