e6c31d
e6c31d
Currently sscg can only generate RSA certificates. It would be useful to be able to select ECDSA certificates (secp256r1 and secp384r1).
The encrypted private key test/certs/agent2-key-with-password.pem was encrypted with DES, which is unsupported in Node.js 18. I re-encrypted it with AES, and now the build works in Node.js 18.
**Describe the bug** I'm trying to use JSON-B 2 (from Jakarta EE 9) and Yasson 2 in an application that will be deployed on IBM WebSphere Application Server 9, which...
The [v2.7.0 release](https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v2.7.0) mentions that "Support for [EKS pod identities](https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html)" was added. However, there's no documentation about how to use it. The [installation guide](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/deploy/installation/#configure-iam) has instructions for IRSA and node...