Created
December 7, 2016 06:39
-
-
Save jrotello/cccd649d61e3406f8a169832007f17ad to your computer and use it in GitHub Desktop.
slackin web.config update to allow Let's Encrypt challenges to succeed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Allow Let's Encrypt ACME challange requests --> | |
<rule name="LetsEncryptAcmeChallange" stopProcessing="true"> | |
<match url="^\.well-known.*$" /> | |
<action type="None" /> | |
</rule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment