PlatONnetwork/PlatON-Go

keytool file name conflict.

Closed this issue · 6 comments

Hi there,

The keytool file name is easy to conflict with the keytool that comes with jdk, causing various problems when using it.

System information

platon/alaya

PlatON version: platon version
OS & Version: Windows/Linux/OSX
Commit hash : (if develop)

Actual behaviour

image
image

The name has been redefined

The name has been redefined

Could you please give the redefined name? I am also getting the same error as above, and couldn't able to generate the keypair

Hi, got it solved.
The keytool command/binary is supposed to be called as below.

$ ./keytool genkeypair

without ./ (as shown in the readme.md file), it throws error (as shown in the picture above)

The name has been redefined

Could you please give the redefined name? I am also getting the same error as above, and couldn't able to generate the keypair

The new file name are:
Alaya: alayakey
PlatON: platonkey

and where did you see the explanation about keytool? maybe we forgot to update the document

Thank you @benbaley

The readme.md file along with the PlatON master

https://github.com/PlatONnetwork/PlatON-Go/blob/master/README.md

Thank you @benbaley

The readme.md file along with the PlatON master

https://github.com/PlatONnetwork/PlatON-Go/blob/master/README.md

It has not updated yet and we will fixed it later
thanks