ffMathy / FluffySpoon.AspNet.EncryptWeMust

MIT License
145 stars 29 forks source link

When having IIS in front ... #227

Open brianhdk opened 1 year ago

brianhdk commented 1 year ago

Hi @ffMathy,

The middleware works as expected 💪 - and I can see that files have been generated in my website root:

However, I'm running IIS in front of Kestrel - so what should I do in order to setup SSL bindings for the IIS web-site? I mean, I don't see any new server certificates in IIS, that I can use for my HTTPS -binding.

I just know I'm missing something obvious - hope that you can help 🙌

ffMathy commented 1 year ago

Hi @brianhdk!

Thanks for reaching out.

I actually don't know. It's been around 5 years since I last used IIS, so very rusty in that regard.

That being said, there's another competitor project that has popped up since I created this one, which actually (by now) also seems more mature.

It's called LettuceEncrypt here on GitHub.

Sorry that I can't be of more help. Let me know if you're not having any luck with it still, and I'll see if I can take a deeper look.

It's not that I don't want to, but I feel like the world is moving away from IIS a bit. So I want to make sure I'm spending my limited time as well as possible.

I hope you understand ❤️