Skip to content

docs: add apache reverse-proxy example #6213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 16, 2023
Merged
Prev Previous commit
Next Next commit
add other dns providers documentation link
  • Loading branch information
matifali committed Feb 15, 2023
commit 61f5c99533b62e812fbb13c390583b2ef0d065ce
4 changes: 3 additions & 1 deletion examples/web-server/apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@

## Create DNS provider credentials

1. Create an API token for the DNS provider you're using: e.g [CloudFlare](https://dash.cloudflare.com/profile/api-tokens) with the following permissions:
> This example assumes you're using CloudFlare as your DNS provider. For other providers, refer to the [CertBot documentation](https://eff-certbot.readthedocs.io/en/stable/using.html#dns-plugins).

1. Create an API token for the DNS provider you're using: e.g. [CloudFlare](https://dash.cloudflare.com/profile/api-tokens) with the following permissions:

- Zone - DNS - Edit

Expand Down