Fading Coder

One Final Commit for the Last Sprint

Extending K8s Certificate Validity to 100 Years

Modify Source Code ==== 1. Extend CA Expiration to 100 Years (Default is 10 Years) --------------------------- Edit file: `./staging/src/k8s.io/client-go/util/cert/cert.go```` // Locate the NotAfter field within this function: // NotAfter: now.Add(duration365d * 10).UTC() // Change default 10-year...

Common Issues and Solutions When Deploying StrongSwan IPSec

When establishing IPSec connections using StrongSwan, certificate-based authentication is frequently employed. Certificates can either be obtained from external Certificate Authorities or self-signed. In the latter case, StrongSwan's built-in pki utility facilitates certificate generation. To genera...