/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

www.jhanley.com
| | developer-friendly.blog
3.3 parsecs away

Travel
| | What is OpenID Connect? Establish trust relationship between GitHub runners and AWS IAM using OIDC. OpenID Connect Authentication.
| | nbailey.ca
2.7 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | labanskoller.se
2.4 parsecs away

Travel
| | This is an attachment to the blog post about the broken attestation certificate chain in YubiKey 4.3 and YubiKey NEO. Headers are mine and not part of the original conversation. Long commands have been split to multiple lines using \ to fit the blog. All indications of time are given in two time zones: CEST where I was sitting and PDT where Yubico Support was sitting. Initial Report on Wrong Commands in Documentation From me to Yubico Support:
| | memo.mx
16.9 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....