Skip to content
  • Tulio Ribeiro's avatar
    9a56cd6c
    The key.jceks needs to be created like this: · 9a56cd6c
    Tulio Ribeiro authored
    keytool -genkey -alias AliasChallengeResponse -keystore key2.jceks -keypass "PassWord" -storepass "PassWord" -storetype JCEKS
    
    Value of CHALLENGE_RESPONSE_SECRET=AliasChallengeResponse
    
    Value of CHALLENGE_RESPONSE_SECRET at CryptoUtil.java is hard coded.
    9a56cd6c
    The key.jceks needs to be created like this:
    Tulio Ribeiro authored
    keytool -genkey -alias AliasChallengeResponse -keystore key2.jceks -keypass "PassWord" -storepass "PassWord" -storetype JCEKS
    
    Value of CHALLENGE_RESPONSE_SECRET=AliasChallengeResponse
    
    Value of CHALLENGE_RESPONSE_SECRET at CryptoUtil.java is hard coded.
Loading