mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
* Generate a web.config file to serve properly challenge files with IIS * Fix cleanup, add test * FIx lint * Do not overwrite existing web.config. Delete only web.config when it has been created by Certbot and is unmodified. * Fix lint * Update certbot/certbot/_internal/plugins/webroot.py Co-authored-by: alexzorin <alex@zor.io> * Add log * Check for POSIX_MODE before web.config deletion attempt. * Add documentation * Update certbot/CHANGELOG.md Co-authored-by: alexzorin <alex@zor.io> * Update certbot/docs/using.rst Co-authored-by: alexzorin <alex@zor.io>