mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add section overview
This commit is contained in:
parent
f7ab7092d4
commit
2743c18f9a
14
source/_docs/ecosystem/certificates.markdown
Normal file
14
source/_docs/ecosystem/certificates.markdown
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Certificates"
|
||||||
|
description: "Protect your communication with Home Assistant."
|
||||||
|
release_date: 2016-11-13 15:00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
If you plan to expose your Home Assistant to the internet or want an extra layer of protection in your local network, consider to use SSL/TLS. This way you can protect your communication. Especially sensitive data like usernames and passwords are encrypted between the endpoints.
|
||||||
|
|
||||||
|
Setting up usually requires creating the certificate and configure the [`http`](/components/http/) component.
|
@ -177,7 +177,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Certificates
|
{% active_link /docs/ecosystem/certificates/ Certificates %}
|
||||||
<ul>
|
<ul>
|
||||||
<li>{% active_link /docs/ecosystem/certificates/tls_self_signed_certificate/ Self-signed certificate %}</li>
|
<li>{% active_link /docs/ecosystem/certificates/tls_self_signed_certificate/ Self-signed certificate %}</li>
|
||||||
<li>{% active_link /docs/ecosystem/certificates/tls_domain_certificate/ Certificate domain owners %}</li>
|
<li>{% active_link /docs/ecosystem/certificates/tls_domain_certificate/ Certificate domain owners %}</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user