tidyup and doc raspberrymatic cert

This commit is contained in:
cronekorkn 2024-01-26 12:01:25 +01:00
parent 535ec252b5
commit 3d8a77f9e4
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
2 changed files with 3 additions and 5 deletions

View 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

View file

@ -1,6 +1,3 @@
from shlex import quote
@metadata_reactor.provides(
'letsencrypt/domains',
)
@ -20,8 +17,6 @@ def letsencrypt(metadata):
'systemd-timers/raspberrymatic-cert',
)
def systemd_timers(metadata):
domain = metadata.get('raspberrymatic-cert/domain')
return {
'systemd-timers': {
'raspberrymatic-cert': {