Hi Dfinity Team && Community Developers, I meet a question when I import pem file as the new identity in another mac m1:
I have to input the passphrase when I call dfx command.
So are there any solutions for this problem?
Hi Dfinity Team && Community Developers, I meet a question when I import pem file as the new identity in another mac m1:
dfx will automatically use the safest storage mode available. In your case it chose an encrypted pem file. You can manually choose a different storage mode using the --storage-mode
flag. Have a look at dfx identity import --help
for more details
thx, I have fixed it.