mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Update to reflect that https should be specified (#7971)
Update to reflect that https should be specified
This commit is contained in:
parent
6d0f715812
commit
731771ea50
@ -55,7 +55,7 @@ Use the following configuration in Home Assistant to use the generated certifica
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
base_url: my-domain.duckdns.org:8123
|
base_url: https://my-domain.duckdns.org:8123
|
||||||
ssl_certificate: /ssl/fullchain.pem
|
ssl_certificate: /ssl/fullchain.pem
|
||||||
ssl_key: /ssl/privkey.pem
|
ssl_key: /ssl/privkey.pem
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user