diff --git a/website/content/cookbook/auto-tls.md b/website/content/cookbook/auto-tls.md index 5e8a558..63d6fad 100644 --- a/website/content/cookbook/auto-tls.md +++ b/website/content/cookbook/auto-tls.md @@ -13,9 +13,9 @@ HTML page. - Have a domain that resolves to an IP address via `A` or `CNAME` DNS record - [Install Armor]({{< ref "guide.md#installation">}}) -- Copy config `config.json` to `/etc/armor` +- Copy config `config.yaml` to `/etc/armor` - Copy `index.html` to `/var/www/test` -- Start Armor `armor -c /etc/armor/config.json` +- Start Armor `armor -c /etc/armor/config.yaml` - Browse to `http://test.lab.st`, and in a few seconds TLS certificate will be installed automatically. ## Maintainers @@ -24,7 +24,7 @@ HTML page. ## Source -`config.json` +`config.yaml` ```yaml ---