Skip to content
Snippets Groups Projects
Unverified Commit 6bbd5761 authored by anarcat's avatar anarcat
Browse files

add missing step in mandos (--enable)

parent 6761dd4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment