|
You are here |
www.jhanley.com | ||
| | | | |
developer-friendly.blog
|
|
| | | | | What is OpenID Connect? Establish trust relationship between GitHub runners and AWS IAM using OIDC. OpenID Connect Authentication. | |
| | | | |
nbailey.ca
|
|
| | | | | Kubernetes is our generation's Asbestos. | |
| | | | |
labanskoller.se
|
|
| | | | | 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
|
|
| | | 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.... | ||