cryptonas/configure-examples.d/README

24 lines
833 B
Plaintext
Raw Normal View History

1) Overview
the files in this directory are examples for specific hook scripts to change the
configuration of the box
2) How to use these scripts
2005-08-04 01:26:53 +02:00
Copy the scripts, you would like to use into 'configure-local.d'.
They will be sourced in alphabetic order AFTER the default configuration of the
cryptobox.
3) The examples
set_root_pw
- replace the empty root password (the default) with a choosen password
- useful if your development cryptobox:
- is located in an insecure environment
- or your development team is geographically distributed, so the
cryptobox for testing has to be publicly available
import_authorized_keys
2005-08-04 01:26:53 +02:00
- create a new rsa key (etc-local.d/id_rsa) and copy the public
key to the image directory
- this is useful, if you secured the development cryptobox with a
password (see 'set_root_pw')