Initialize the account manager
clef init
Create a master seed password which you'll use to unlock all your accounts
clef attest 6441d5def6ec7ebe4ade8a9cf5d74f81088efaef314d8c4bda91221d02a9d976
Repeat the following two steps three times to create an account and attach to the keychain
A- Create an account
clef newaccount --keystore ~/.ethereum/goerli/keystore
Output
Your new key was generated
address=0x353510EF7b01b4BAAd9616ae23d344c5945c6771
Please backup your key file!
path=/root/.ethereum/goerli/keystore/
UTC--2022-04-27T12-48-24.658746176Z--353510ef7b01b4baad9616ae23d344c5945c6771
Please remember your password! Generated account 0x353510EF7b01b4BAAd9616ae23d344c5945c6771
B - Attach the account password to your master seed password keychain
clef setpw 0x353510EF7b01b4BAAd9616ae23d344c5945c6771
Output
Credential store updated set=0x353510EF7b01b4BAAd9616ae23d344c5945c6771
List all your accounts from the keystore
geth account list --keystore ~/.ethereum/goerli/keystore