Dopingus / cert-manager-webhook-dynu

Unofficial cert-manager webhook for dynu
Apache License 2.0
7 stars 7 forks source link

Readme changes for cert manager 1.14.4 #33

Open InRiPa opened 7 months ago

InRiPa commented 7 months ago

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:

  1. The default account key creation creates an ec key, which gets refused (looking for RSA key).
  2. when storing the secret, cert manager was looking for a tls.key rather a api-key.

With both changes, I made it work using v 1.14.4.

Maybe it helps.