az-acme / az-acme-cli

CLI for obtaining, and renewing TLS certificates from Acme compliant authorities to Azure Key Vault
https://azacme.dev
MIT License
34 stars 17 forks source link

Changing Subject Alternate Names not triggering new certificate #40

Open biggles007 opened 1 year ago

biggles007 commented 1 year ago

I created a certificate using az-acme, but when adding some alternate subject names to the CLI request the returned action is None, though I can see the new SAN's in CLI output. I'm running CLI version 0.4 on Windows. Is this an issue with az-acme or Lets Encrypt? I'd expect a change in SAN to either request a certificate renewal or for a forced order to be placed.

image