sec

Quotes

‘‘when you don’t create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.’’ - Why the Lucky Stiff Source ‘‘Fashion is a form of ugliness so intolerable that we have to alter it every six months.’’ - Oscar Wilde ‘‘Those who don’t understand UNIX are doomed to reinvent it, poorly’’ - Henry Spencer ‘‘Luck is what happens when preparation meets opportunity.

Security

Authentication Authentication Systems KeyCloak Authentik Kanidm: Both Web and Linux PAM Netlify Identity: Netlify’s Authentication…basically a hosted version of their Open-source GoTrue library. GoTrue: Open soruce JWT authentication backend) SuperTokens: Open source authentication solution, similar to Auth0 Securing Git with SSH and FIDO security keys Automated Code/Infra Scanning Toward the top, as automated scanning of code and infrastructure is the first line of defense against security compromise.

OpenSSL Cheatsheet

OpenSSL Quick Commands Details of a certificate openssl x509 -noout -text -in <cert> Generate the Sha1 or sha256 fingerprint for a certificate openssl x509 - -noout -text -fingerprint [-sha1|-sha256] in <certificate> SSL Private CA Build a CA See JamieLinux.com for a good walkthrough. Build a new certificate openssl req -out mydomain.csr -new -sha256 -newkey rsa:2048 -nodes -keyout mydoamin.key Parameters Country: US State: Michigan Locality Name: Full City Name Organization Name: Company Organizational Unit: Department Common name: fqdn.
Steve Miller BY-NC 4.0 | Rendered by Hugo | Subscribe