We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi - I'm following your guide and I ran into an error - didn't know where else to post [ec2-user@bastion ~]$ cfssl gencert \
-ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -hostname=10.32.0.1,${ETCD1_INTERNAL}, ${ETCD2_INTERNAL},${ETCD3_INTERNAL}, ${MASTER1_INTERNAL},${MASTER2_INTERNAL}, ${MASTER3_INTERNAL},${WORKER1_INTERNAL}, ${WORKER2_INTERNAL},${WORKER3_INTERNAL}, etcd1.internal.${HOSTEDZONE_NAME}, etcd2.internal.${HOSTEDZONE_NAME}, etcd3.internal.${HOSTEDZONE_NAME}, master1.internal.${HOSTEDZONE_NAME}, master2.internal.${HOSTEDZONE_NAME}, master3.internal.${HOSTEDZONE_NAME}, worker1.internal.${HOSTEDZONE_NAME}, worker2.internal.${HOSTEDZONE_NAME}, worker3.internal.${HOSTEDZONE_NAME}, ${MASTER_ELB_PRIVATE},${MASTER_ELB_PUBLIC}, 127.0.0.1,kubernetes.default -profile=kubernetes kubernetes-csr.json | cfssljson -bare kubernetes open 10.5.5.8,10.5.4.75,: no such file or directory Failed to parse input: unexpected end of JSON input
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - I'm following your guide and I ran into an error - didn't know where else to post
[ec2-user@bastion ~]$ cfssl gencert \
The text was updated successfully, but these errors were encountered: