Loading howto/tls.md +2 −2 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ built the fullchain_with_key concat because all the parts are in place. dehydrated::certificate { $dn: } $ready_for_config = $facts.dig('dehydrated_domains', $dn, 'ready_for_merge') Once $ready_for_config evaluates to true, the cert is availabe in Once $ready_for_config evaluates to true, the cert is available in /etc/dehydrated at (among other places) /etc/dehydrated/certs/${dn}_fullchain.pem with its key in /etc/dehydrated/private/${dn}.key. There also is a Loading @@ -191,7 +191,7 @@ you can use something like this for instance: ### Copy the key/cert to a different place To copy the key and maybe also the to a different place and user, this works for weasel's home assitant setup at home: this works for weasel's home assistant setup at home: $key_dir = $facts['dehydrated_config']['key_dir'] $key_file = "${key_dir}/${domain}.key" Loading Loading
howto/tls.md +2 −2 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ built the fullchain_with_key concat because all the parts are in place. dehydrated::certificate { $dn: } $ready_for_config = $facts.dig('dehydrated_domains', $dn, 'ready_for_merge') Once $ready_for_config evaluates to true, the cert is availabe in Once $ready_for_config evaluates to true, the cert is available in /etc/dehydrated at (among other places) /etc/dehydrated/certs/${dn}_fullchain.pem with its key in /etc/dehydrated/private/${dn}.key. There also is a Loading @@ -191,7 +191,7 @@ you can use something like this for instance: ### Copy the key/cert to a different place To copy the key and maybe also the to a different place and user, this works for weasel's home assitant setup at home: this works for weasel's home assistant setup at home: $key_dir = $facts['dehydrated_config']['key_dir'] $key_file = "${key_dir}/${domain}.key" Loading