Skip to content

Commit

Permalink
readme: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzorin committed Jun 9, 2018
1 parent 7355fd2 commit f595a31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It works in the following way:

```bash
# Download it once to your Linux system
sudo curl -L -o /usr/sbin/acme-alpn-proxy "https://github.com/letsdebug/acme-alpn-proxy/releases/download/0.2.0/acme-alpn-proxy"
sudo curl -L -o /usr/sbin/acme-alpn-proxy "https://github.com/letsdebug/acme-alpn-proxy/releases/download/0.2.1/acme-alpn-proxy"

# Invoke your ACME client
# This is a speculative example, the standalone authenticator in Certbot does not yet support TLS-ALPN-01
Expand Down Expand Up @@ -61,4 +61,7 @@ but can be overridden with the `ACME_ALPN_PROXY_RULESPEC` env variable.
(`-t nat -A/-D PREROUTING` is prepended for addition/deletion of rules, respectively).

#### Change the pidfile destination
By default in `/var/run/acme-alpn-proxy.pid`, but you can override it with the `ACME_ALPN_PROXY_PIDFILE` env variable.
By default in `/var/run/acme-alpn-proxy.pid`, but you can override it with the `ACME_ALPN_PROXY_PIDFILE` env variable.

#### Disable IPv6 iptables rules
Use the environment variable `ACME_ALPN_PROXY_DISABLEV6=y`to not use `ip6tables`.

0 comments on commit f595a31

Please sign in to comment.