natemcmaster / LettuceEncrypt

Free, automatic HTTPS certificate generation for ASP.NET Core web apps
https://nuget.org/packages/LettuceEncrypt
Apache License 2.0
1.55k stars 152 forks source link

Can't find issuer for staging server #278

Closed FreeApophis closed 1 year ago

FreeApophis commented 1 year ago

A few questions to that:

  1. Should adding the key to the key-store work? (We tried unsuccessfully)
  2. Is there any other way to include the additional issuer? Certes has an AddIssuer, could that be exposed through LettuceEncrypt?
  3. How do others work around this issue?

We would offer to make a PR fixing the issue, but we would like some pointers on how you would like it to be adressed.

natemcmaster commented 1 year ago

I've just merged https://github.com/natemcmaster/LettuceEncrypt/pull/279. Can you take a look at this and see if it solves your problem?

FreeApophis commented 1 year ago

Great, TY.