mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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
599a5fc1bc
commit
7a4935027f
@ -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