.p12

  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. Luca1967

    Italian Certificato p12

    Ho un problema. Devo costruire una piccola APP che interroghi tramite API un web server. Sono in possesso del mio certificato.p12. Ovviamente sono anche in possesso della password. Con questa app devo essere in grado di fare i get/post/delete/put. Non ho mai trattato i certificati .p12 in B4A...
  3. aeric

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

    #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 Let's Encrypt from the GitHub...
Top