Open sgl-mnrch opened 1 year ago
I ran into the same problem. Running certs/dashboard_http/generate_certs.sh
generated key.pem
, but not cert.pem
.
Both this doc, this doc, and kustomization.yml mention both certs.
https://github.com/openssl/openssl/issues/3536 provided some insight. Running openssl req -x509 -batch -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem -subj "/"
generated a cert.pem
for me.
Try to install openssl (brew install openssl) and retry generate again. It work for me 😀
Don't you want to try #577 ? I just rebased it to the latest master and it works for me like a charm.
When I try to run the generate-certs.sh file as described in the docs I get the following error:
Running the script for the cluster works. There is also a dashboard.pem created, so I wonder why we need the http one.