Unverified Commit 6bbd5761 authored by anarcat's avatar anarcat
Browse files

add missing step in mandos (--enable)

parent 6761dd4d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -14,7 +14,11 @@ Here's how you add a new client to our setup:
         cryptsetup luksAddKey $DEVICE "$t" &&
         mandos-keygen --passfile "$t"

 1. add the output of `mandos-keygen` from above to `/etc/mandos/clients.conf` on the mandos-server and `service mandos restart` and `puppet agent -t` (to update the firewall after you added the host to ldap)
 1. add the output of `mandos-keygen` from above to
    `/etc/mandos/clients.conf` on the mandos-server and `service
    mandos restart` and `puppet agent -t` (to update the firewall
    after you added the host to ldap) and enable the node with
    `mandos-ctl --enable FQDN`

 2. add the machine to the `roles::fde` class in Puppet
 1. rebuild the initrd on the new host `update-initramfs -u` and reboot