### Build ACME-PS Module Source: https://github.com/pkisharp/acme-ps/blob/master/README.md Use this command to create the output for release to the PowerShell Gallery. ```powershell PS> & .\build.ps1 ``` -------------------------------- ### Configure IIS for Static File Serving Source: https://github.com/pkisharp/acme-ps/blob/master/samples/IISExtensionless.md Use this web.config to ensure IIS serves static files correctly. It sets the MIME type for all files to text/plain and configures the StaticFileModule handler. ```XML ``` -------------------------------- ### Test ACME-PS Module Source: https://github.com/pkisharp/acme-ps/blob/master/README.md Execute Pester tests for the ACME-PS module using this command. ```powershell PS> & .\ACME-PS\tests\A-Manual-Test-Run.ps1 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.