Hi,
I'd like to enable SSL for api calls. Could anybody give me an example of
nas.keyStorePath=
nas.keyStorePassword=
I already set
nas.apiSSL=true
Where else do I miss?
Thanks very much.
1.Download nxt-client-0.7.2.zip from
http://download.nxtcrypto.org/;
2.Open /etc/jetty-ssl.xml;
3.U'll find the answer.
I do the following:
nas.keyStorePath=D:\\nas\\keystore
nas.keyStorePassword=OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4
I also copied keystore file from nxt fold to nas fold. But no luck.
Could you please just tell me all I need to know, and not asking me to find answer. I am looking for answers here. Thanks.
1.use jre\bin\keytool.exe like this: keytool -genkeypair -alias "jetty" -keyalg "RSA" -keystore "keystore"
input keypassword like 123456
2.copy generated keystore to nas path.
3.edit nas\conf\nas-default.properties
nas.keyStorePath=keystore
nas.keyStorePassword=123456
nas.uiSSL=true or nas.apiSSL=true
4.run & open
https://localhost:787x