natemcmaster / LettuceEncrypt

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

Inaccurate docs #257

Closed GioviQ closed 8 months ago

GioviQ commented 2 years ago

In your readme I read

"IIS does not support dynamically configuring HTTPS certificates"

but I am using win-acme to do that

natemcmaster commented 1 year ago

Unless I'm mistaken, win-acme still requires admin privileges to configure IIS. The way LettuceEncrypt is fundamentally different -- it runs inside the web server process, which I would not recommend doing for your web server process.

Feel free to propose a PR to make the documentation more precise about why IIS can't be supported and reference win-acme as an alternative.

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.

github-actions[bot] commented 8 months ago

Closing due to inactivity. If you are looking at this issue in the future and think it should be reopened, please make a commented here and mention natemcmaster so he sees the notification.