-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Issues with tls #22
Comments
Yes this would be very interesting. |
Hi @willthewizard ! Hyperledger Fabric 1.3.0 Cert-manager was by far the biggest obstacle. First, you need to add the jetstack repo (cert-manager is developed by jetstack)
production
Make sure to change the email to your own (or a different one, it matters only for certificate renewals in the future and rate limits of letsencrypt). As described in the README, by What I didn't know at first that you really need to have a domain name registered that points to the external IP of the LoadBalancer that was created by the nginx ingress controller. You can find this IP with Then you have to update the ingress section in the ca.yaml in helm_values/ like that:
Note that the |
Hi There we keep running into different issues regards to tls and ca https control, may i know what's the version of the nignx-ingress, helm, k8s, and cert-manager that you had success with?
The text was updated successfully, but these errors were encountered: