.jks

  1. aeric

    B4J Question [server] Using keystore.p12 instead of jks

    Java (since Java 9) have officially deprecated the proprietary JKS format in favor of the industry-standard PKCS12 (.p12 / .pfx) format. We can use LetsEncrypt to generate the keystore.p12 file. root@hostname:/etc/letsencrypt/live/domain.com#openssl pkcs12 -export -out /home/keystore.p12 -in...
  2. aeric

    B4J Tutorial [Server] Using Let's Encrypt on Ubuntu VPS

    Update: Please check post #26 #1 How to: Install Let's Encrypt on Ubuntu Linux VPS to Create SSL Certificates Downloading and Installing Let's Encrypt 1. Update the server's packages apt-get update & sudo apt-get upgrade 2. Install the GIT package apt-get install git 3. Download a clone of...
  3. Chianca

    Android Question Custom Debug Keystore

    Hello, I'm trying to debug my application into a Smart POS, based on Android 5.1, but it only accepts APK install with the .JKS key provided. When i connect to the B4a Bridge and run in debug mode, the App fails to install cause the Key used to sign, is the native debug keystore from B4A. Is...
Top