fabric-samples
fabric-samples copied to clipboard
Migration of test-network-k8s
Migrating from test-network-k8s to a DigitalOcean cloud managed Kubernetes Service. Following the recommendations in the documentation.
When attempting to bootstrap enroll the CA users (after Fabric CAs are launched), it rejects my:
"https://org0-ca.myosd.net:443/enroll"
Indicating that the tls certificate is valid for ingress.local, not org0-ca.myosd.net
I suspect one of the key certificates is being signed as "ingress.local" instead of "org0-ca.myosd.net" -- but that address appears in my key certificates. I'm stumped.
Any help in general on migrating to cloud K8s?
Having the same issue when trying to deploy full-stack-asset-transfer-guide sample on AWS EKS:
Post "https://test-network-org0-ca-ca.44-216-165-118.nip.io:443/enroll": tls: failed to verify certificate: x509: certificate is
valid for ingress.local, not test-network-org0-ca-ca.44-216-165-118.nip.io
Hello,
i am facing the same problem. Did you manage to resolve it ?