Verified Commit 9011301b authored by anarcat's avatar anarcat
Browse files

fix typos

parent 4abf82b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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"