This message was deleted.
# epinio
a
This message was deleted.
m
We’ve got
letsencrypt-production
installed ourselves, it something like a name-collision in this case or something?
Oh, seems to be related to this one https://github.com/epinio/helm-charts/issues/234
b
Hi Paul, thanks for reporting this, I'll check if we have a workaround for it.
m
Since we’re still in development, do you think renaming our ClusterIssuer to something like
name: letsencrypt-prod
would solve the issue?
b
Ah, if you can rename it then it should work. I'm not sure if there are issues with having multiple ClusterIssuer but I would try 😄
m
Alright, I’ll give it a try 🙂
This works. I’ve renamed our internal letsencrypt to
letsencrypt-prod
AND configured
tlsIssuer: letsencrypt-prod
and the certificates etc. now work as expected.
🎉 1
b
Great!
m
I don’t know nearly enough about all this. But shouldn’t it be possible to skip al the SSL stuff if we’ve got everything set up already?
b
Absolutely. Cert-manager is a requirement but it's commonly already installed. It should be possibile to skip or specify something, I need to check