654 B
654 B
Archinstall configuration for XO Servers
User credentials encryption and decryption
To encrypt
gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 users.json
To decrypt
gpg --output user_credentials.json --decrypt user_credentials.crypt
Usage
- Boot from Arch Linux iso
- Download the encrypted credentials file using curl
curl -O https://git.xo.nl/marcel/archinstall/raw/master/users.crypt)
- Decrypt using above command
- Run the archinstall command
archinstall --config https://git.xo.nl/marcel/archinstall/raw/master/user_configuration.json --creds ./users.json --silent)