How should I set a passphrase for node identity?
Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over a week ago

By default, generated identity is not protected with any password, that is password is an empty string. If You want to generate a password protected identity You can add --identity.passphrase to running command:

# docker run --cap-add NET_ADMIN --net host --name myst -d mysteriumnetwork/myst service --identity.passphrase=your_passphrase_here

If You have multiple identities, You can choose exact identity using --identity option. If no identity exists, new one will be created automatically.
โ€‹
After node restart, if no --identity option is present, last one used will be reused.

Did this answer your question?