Skip to content

Commit 0e9f13e

Browse files
authored
docs: fix typos in HTTPS listener (#514)
1 parent 16d35ab commit 0e9f13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/HTTPS Listener.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Alternatively, can use [acme.sh](https://acme.sh/), which is a pure Unix shell s
6262

6363
openvpn-auth-oauth2 requires a [`SIGHUP` signal](https://en.wikipedia.org/wiki/SIGHUP) to reload the TLS certificate.
6464

65-
## Signing certificates with certbot via dns-challange
65+
## Signing certificates with certbot via dns-challenge
6666

67-
You need to install `certbot` and suitable for you `DNS plugin`. More information on supported by certbot DNS plugins and how to config them you may find [here](https://eff-certbot.readthedocs.io/en/stable/using.html#dns-plugins). It's up to you to define what ACME server to use for verification. By default it's set to letsencrypt, you may change it with `--server` [option](https://eff-certbot.readthedocs.io/en/stable/using.html#changing-the-acme-server). Also, take a look at [RFS 8555](https://datatracker.ietf.org/doc/html/rfc8555) about ACME Protocol.
67+
You need to install `certbot` and suitable for you `DNS plugin`. More information on supported by certbot DNS plugins and how to config them you may find [here](https://eff-certbot.readthedocs.io/en/stable/using.html#dns-plugins). It's up to you to define what ACME server to use for verification. By default it's set to letsencrypt, you may change it with `--server` [option](https://eff-certbot.readthedocs.io/en/stable/using.html#changing-the-acme-server). Also, take a look at [RFC 8555](https://datatracker.ietf.org/doc/html/rfc8555) about ACME Protocol.
6868

6969
You can create certs with command below and than copy them to `/etc/openvpn-auth-oauth2/` directory or create a link to files. Do not forget to set right permissions.
7070

71-
The command below utilize certbot to create an free ssl certificate for a domain hosted on cloudflare.
71+
The command below uses certbot to create a free SSL certificate for a domain hosted on cloudflare.
7272

7373
```bash
7474
certbot certonly --noninteractive --verbose \

0 commit comments

Comments
 (0)