Skip to content

Instantly share code, notes, and snippets.

@juanonsoftware
Created November 1, 2018 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanonsoftware/d57b41ff5b96854a20ef42826f5afa60 to your computer and use it in GitHub Desktop.
Save juanonsoftware/d57b41ff5b96854a20ef42826f5afa60 to your computer and use it in GitHub Desktop.
Config ARR as a Proxy Server

Steps to config ARR as a Proxy Server for AutoACME

1/ Go to ARR Cache, then Server Proxy Settings

2/ Check on Enable proxy

3/ Create a site call AutoACME and add a binding to support autoacme.com port 80

4/ Go to URL Rewrite

5/ Add a blank rule under Inbound and put Pattern = .well-known/acme-challenge/(.*)

Rewrite URL = http://autoacme.com/{R:1}

6/ In hosts file, add autoacme.com to point to IP of current server

7/ Add a file into folder of AutoACME site and it

8/ Go to Centralized Certificates / Edit Feature Settings

9/ Config it, points to a localtion which will be used by AutoACME + the CPKP password which AutoACME will encrypt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment