really cool project. I managed to get it working with cert manager.
Following the steps in the README.md, I encountered two issues, using cert-manager v1.14.4:
The default account key creation creates an ec key, which gets refused (looking for RSA key).
when storing the secret, cert manager was looking for a tls.key rather a api-key.
Hi,
really cool project. I managed to get it working with cert manager. Following the steps in the README.md, I encountered two issues, using cert-manager v1.14.4:
With both changes, I made it work using v 1.14.4.
Maybe it helps.