nodectl - Install new node via command line with PK12 option
If your P12 password is not working its due to a bug. Run the following command to do the install.
sudo nodectl install --quick-install --p12-migration-path /root/your.p12 --p12-passphrase 'AbcXyzab1$$'
IMPORTANT!! Once you run this command your passphrase will be in the history file. Run the following to clear history
history -c && history -w
No Comments