Latest documentation/guide rancher compatible cert-manager

I have been looking into various posts and I can’t make it work. one guide have apiVersion “certmanager.k8s.io/v1alpha1” and then another discussion tells me that this has changed

Right now my rancher-cluster has become a complete mess because I have been trying various configurations, all of which has failed. I guess I have to rebuild everything from scratch again, but I’d like to know if there is a “right” way to do this before I give it another go?

Is there a guide that is up to date and works with rancher 2.3.5 at this point?

Its definitely a moving target and I’ve also written about it and updated a few times here.

The API has definitely changed according to the API Docs.

If I were starting fresh I would use helm and follow these docs https://cert-manager.io/docs/installation/kubernetes/ and https://cert-manager.io/docs/configuration/acme/.

I hope to have time someday to stay on top of the changes.