Skip to content

Commit d102ab1

Browse files
author
Evgeniy Khyst
authored
Update README.md
1 parent 1732dd3 commit d102ab1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,21 @@ Also, consider creating CNAME records for the `www` subdomains.
8484

8585
### <a id="f24b6b41d1afb4cf65b765cf05a44ac1"></a>Step 1 - Edit domain names and emails in the configuration
8686

87-
Specify your domain names and contact emails for these domains in the [`config.env`](config.env):
87+
Specify your domain names and contact emails for these domains with space as delimiter in the [`config.env`](config.env):
8888

8989
```bash
9090
DOMAINS="test1.evgeniy-khyst.com test2.evgeniy-khyst.com"
9191
9292
```
9393

94-
Always use double quotes around the `DOMAINS` and `CERTBOT_EMAILS` variables.
94+
For two and more domains separated by space use double quotes (`"`) around the `DOMAINS` and `CERTBOT_EMAILS` variables.
95+
96+
For a single domain double quotes can be omitted:
97+
98+
```bash
99+
DOMAINS=test1.evgeniy-khyst.com
100+
101+
```
95102

96103
### <a id="3414177b596079dbf39b1b7fa10234c6"></a>Step 2 - Configure Nginx virtual hosts
97104

0 commit comments

Comments
 (0)