You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_addons/lets_encrypt.markdown
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sharing: true
9
9
footer: true
10
10
---
11
11
12
-
Setup and manage a [let's encrypt](https://letsencrypt.org/) certificate. The first run will create the certificate and every other run will renew it if they will expire in 30 days. All other run make nothing.
12
+
Setup and manage a [Let's Encrypt](https://letsencrypt.org/) certificate. This will create a certificate on the first run and renew it if the certificate is expiring in the next 30 days.
13
13
14
14
```json
15
15
{
@@ -18,7 +18,7 @@ Setup and manage a [let's encrypt](https://letsencrypt.org/) certificate. The fi
18
18
}
19
19
```
20
20
21
-
Option variables:
21
+
Configuration variables:
22
22
23
-
-**email** (*Required*): default empty. Your email for register on let's encrypt with your domains.
24
-
-**domains** (*Required*): default empty list. A list of domains for create/renew the certificate.
23
+
-**email** (*Required*): Your email address for registration on Let's Encrypt.
24
+
-**domains** (*Required*): A list of domains to create/renew the certificate.
Copy file name to clipboardExpand all lines: source/_addons/ssh.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sharing: true
9
9
footer: true
10
10
---
11
11
12
-
Setup a [ssh](https://openssh.org/) server. Allow to access severals hass.io folders with ssh client. It allow also to do some tunneling for access from outside. It should by used only on a ResinOS platform, generic linux would have here own ssh server.
12
+
Setting up a [SSH](https://openssh.org/) server allows access to hass.io folders with SSH client. It also allows tunneling for access from an external network. Please note that you only need to do this on a ResinOS platform as most Linux flavors have their own SSH server.
13
13
14
14
```json
15
15
{
@@ -19,6 +19,6 @@ Setup a [ssh](https://openssh.org/) server. Allow to access severals hass.io fol
19
19
}
20
20
```
21
21
22
-
Option variables:
22
+
Configuration variables:
23
23
24
-
-**authorized_keys** (*Required*): default empty. Your public-keys for authorized keyfile. Every element will be a line inside that file.
24
+
-**authorized_keys** (*Required*): Your public-keys for authorized keyfile. Every element will be a line inside that file.
0 commit comments