Basic bootstrapping - Customize config/core/core.sml and configDefault/ as needed - Use config.sml for changes other than core. At least set defaultDomain. - Create a user for domtool - `make install' domtool - Run domtool-create-shared-root to bootstrap shared directories - Run domtool-create-local-root to bootstrap local work directories if this machine will be a node - Customize and copy test.domain.core.conf to $defaultDomain.core.ssl.conf - You unfortunately have to duplicate the value of Config.caPath here - Run domtool-create-ca to boostrap your local domtool ca - Run domtool-init-truststore to initialize the trust store - Run domtool-init-acl $you to add yourself as an administrator of domtool - Run `domtool-addcert $host -unsafe` where $host is the short name of the machine that will run domtool-server. E.g. for "foo.test.domain", $host = foo. Repeat for any machines that will be domtool workers. - Start domtool-server - Run `domtool-adduser $you -unsafe' to create your certificates and grant yourself access to your $HOME path - In theory, domtool should start and you should be able to grant yourself domains and configure things