Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

How to change sha1 certificates in apps built with monaca



  • Hi everyone, I am having a doubt about certificates.
    my questions is, would be possible to change sha1 certificates in the build page?
    for example, my primary cordova app version have this certificate:

    [ SHA1: 6F:29:8A:BD:DD:99:60:3B:E3:0C:CB:65:B8:A1:2C:19:E0:1B:AB:8E ]
    

    and the newest from monaca have this code:

    [ SHA1: AB:A6:CE:41:6A:AF:FD:78:FB:97:C1:88:6D:DE:F3:AD:E7:96:5D:64 ]
    

    I think, if it’s possible to change via build page.

    thanks.


  • Monaca

    @Jonathan-Silva
    For Android debug build, dummy keystore will be used. In this case, you can’t use your own certificate/keystore. However, when you build the release build, your own keystore/certificate will be used.



  • ok, so the keystore doesn’t match. thanks for your explanation.