76
76
Any plugins found in "/etc/mandos/plugins.d" will override and add
77
77
to the normal Mandos plugins. When adding or changing plugins, do
78
not forget to update the initial RAM disk image:
78
not forget to update the initital RAM disk image:
80
80
(For initramfs-tools:)
81
81
update-initramfs -k all -u
100
100
"mandos=connect:<IP_ADDRESS>:<PORT_NUMBER>" on the kernel command
103
For very advanced users, it is possible to specify "mandos=connect"
104
on the kernel command line to make the system only set up the
105
network (using the data in the "ip=" option) and not pass any extra
106
"--connect" options to mandos-client at boot. For this to work,
107
"--options-for=mandos-client:--connect=<ADDRESS>:<PORT>" needs to be
108
manually added to the file "/etc/mandos/plugin-runner.conf" or, if
109
dracut is used with systemd, the "--connect=<ADDRESS>:<PORT>"
110
options needs to be added to an environment variable in an override
111
file for the "ask-password-mandos" service, as detailed in the file
112
"/usr/lib/dracut/modules.d/90mandos/ask-password-mandos.service".
103
For very advanced users, it is possible to specify simply
104
"mandos=connect" on the kernel command line to make the system only
105
set up the network (using the data in the "ip=" option) and not pass
106
any extra "--connect" options to mandos-client at boot. For this to
107
work, "--options-for=mandos-client:--connect=<ADDRESS>:<PORT>" needs
108
to be manually added to the file "/etc/mandos/plugin-runner.conf".
114
110
* Diffie-Hellman Parameters
116
112
On installation, a file with Diffie-Hellman parameters,
117
113
/etc/keys/mandos/dhparams.pem, will be generated and automatically
118
installed into the initial RAM disk image and also used by the
114
installed into the initital RAM disk image and also used by the
119
115
Mandos Client on boot. If different parameters are needed for
120
116
policy or other reasons, simply replace the existing dhparams.pem
121
file and update the initial RAM disk image.
117
file and update the initital RAM disk image.
123
-- Teddy Hogeborn <teddy@recompile.se>, Sun, 8 Sep 2024 02:09:20 +0200
119
-- Teddy Hogeborn <teddy@recompile.se>, Mon, 15 Jul 2019 16:47:02 +0200