tidyup and doc raspberrymatic cert
This commit is contained in:
parent
535ec252b5
commit
3d8a77f9e4
2 changed files with 3 additions and 5 deletions
3
bundles/raspberrymatic-cert/README.md
Normal file
3
bundles/raspberrymatic-cert/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
- Homematic > Settings > Control panel > Security > SSH > active & set password
|
||||||
|
- ssh to node > `ssh-copy-id -o StrictHostKeyChecking=no root@{homematic}`
|
||||||
|
- Homematic > Settings > Control panel > Security > Automatic forwarding to HTTPS > active
|
|
@ -1,6 +1,3 @@
|
||||||
from shlex import quote
|
|
||||||
|
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'letsencrypt/domains',
|
'letsencrypt/domains',
|
||||||
)
|
)
|
||||||
|
@ -20,8 +17,6 @@ def letsencrypt(metadata):
|
||||||
'systemd-timers/raspberrymatic-cert',
|
'systemd-timers/raspberrymatic-cert',
|
||||||
)
|
)
|
||||||
def systemd_timers(metadata):
|
def systemd_timers(metadata):
|
||||||
domain = metadata.get('raspberrymatic-cert/domain')
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'systemd-timers': {
|
'systemd-timers': {
|
||||||
'raspberrymatic-cert': {
|
'raspberrymatic-cert': {
|
||||||
|
|
Loading…
Reference in a new issue