Skip to content
Snippets Groups Projects
Verified Commit ec914567 authored by Arie Peterson's avatar Arie Peterson
Browse files

acme parameter before domain name in create example

parent 7b3bf2b5
No related branches found
No related tags found
No related merge requests found
......@@ -154,10 +154,10 @@ There are two options to create a cluster:
$ python -m openappstack my-cluster create --subdomain oas example.org
```
- Here is an example of the complete creation command:
- Here is an example of a complete creation command:
```
python -m openappstack my-cluster create --create-droplet --hostname oas.example.org --ssh-key-id 112 --create-domain-records --subdomain oas example.org --acme-live-environment
$ python -m openappstack my-cluster create --create-droplet --hostname oas.example.org --ssh-key-id 112 --acme-live-environment --create-domain-records --subdomain oas example.org
```
> **NOTE:** We use the `--acme-live-environment` argument. This ensures you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment