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...
Hi.
This is not a B4J question but it is related to using certificates. Actually I was asked to use a specific certificate to a B4J WebApp. I ask it here because there is people that have some expirience with SSL.
I do have a specific pfx certificate. I do add it to .keystore using the...
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...
When I try to sign my app using the private sign key option, I get a message box popping up saying there is an error with the keytool:
Am I doing something wrong or is this a bug?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.