Skip to content

Instantly share code, notes, and snippets.

@jamielaundon
Created January 22, 2016 21:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jamielaundon/d477c8e1a9524c6653ca to your computer and use it in GitHub Desktop.
Let's Encrypt Acme Web.Config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension="." mimeType="text/plain" />
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment