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 trying to generate certs for an HA setup: docker run -v $PWD/certs:/certs -e SSL_SUBJECT=rancher.my.org -e SSL_DNS=rancher.my.org -e SSL_IP=10.0.0.1 -e K8S_SAVE_CA_CRT=true -e K8S_NAME=cattle-keys-ingress -e K8S_NAMESPACE=cattle-system paulczar/omgwtfssl (from https://rancher.com/docs/rancher/v2.x/en/installation/ha/helm-rancher/tls-secrets/) kubectl -n cattle-system create secret tls tls-rancher-ingress --cert=tls.crt --key=tls.key
and get: error: failed to load key pair tls: failed to find any PEM data in certificate input
I haven't changed my rancher-cluster.yml file and is like this: nodes:
* address: 10.150.162.241 user: admin role: [controlplane,worker,etcd] * address: 10.150.162.242 user: admin role: [controlplane,worker,etcd] * address: 10.150.162.243 user: admin role: [controlplane,worker,etcd]
services: etcd: snapshot: true creation: 6h retention: 24h
Any clue to fix this cert issue ? Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi ,
I'm trying to generate certs for an HA setup:
docker run -v $PWD/certs:/certs
-e SSL_SUBJECT=rancher.my.org
-e SSL_DNS=rancher.my.org
-e SSL_IP=10.0.0.1
-e K8S_SAVE_CA_CRT=true
-e K8S_NAME=cattle-keys-ingress
-e K8S_NAMESPACE=cattle-system
paulczar/omgwtfssl
(from https://rancher.com/docs/rancher/v2.x/en/installation/ha/helm-rancher/tls-secrets/)
kubectl -n cattle-system create secret tls tls-rancher-ingress
--cert=tls.crt
--key=tls.key
and get:
error: failed to load key pair tls: failed to find any PEM data in certificate input
I haven't changed my rancher-cluster.yml file and is like this:
nodes:
services:
etcd:
snapshot: true
creation: 6h
retention: 24h
Any clue to fix this cert issue ?
Thank you
The text was updated successfully, but these errors were encountered: