B4J Library [server] LetsEncrypt SSL certificates - Erel    Mar 3, 2024   (21 reactions) LetsEncrypt provides SSL certificates for free. The certificates are created and renewed using...'t close to its expiration date.
Using OpenSSL + Java keytool to convert the certificate to a Java... B4J Tutorial B4J Server: Requesting and Installing SSL Certificate - tchart    Jun 17, 2015   (17 reactions)   tags: B4J Web I thought I would share how I requested and installed a SSL certificate for my B4J server.
In my case I used namecheap.com to purchase a $9 SSL certificate. I already had a domain name and a server... B4J Tutorial How to Install an SSL Certificate in B4J Server (Jetty) - tummosoft    Jun 27, 2022   (11 reactions) 130841
This is a easy way to install SSL Certificate on a VPS with Jetty.
(1) Goto ZeroSSL to create free sll for your domain: https://zerossl.com/
(2) Download your Certificate (includes 3 files... computer. (https://slproweb.com/products/Win32OpenSSL.html)
(4) Joint Certificate, open a new command prompt (C:\Program Files\OpenSSL-Win64\bin).
Run:
openssl pkcs12 -export -in d:\certificate.crt... B4J Question Certbot Discontinuing Windows Beta Support in 2024 - JackKirk    Apr 2, 2024 Erel's B4J library LetsEncrypt SSL certificates
REFERENCE: https://www.b4x.com/android/forum/threads/server-letsencrypt-ssl-certificates.159285/#content
Documenting what I have done in this area I had reason to revisit the Certbot site - which I find quite confusing to say the least.
I came... B4J Tutorial [SERVER] Valid SSL certificate for localhost for your development machine - mindful    May 16, 2018   (8 reactions) localCA.key. This file will be used as the key to generate the Root SSL certificate... create a new Root SSL certificate. Save it to a file named localCA.pem. This certificate..., section) :Random Common Name (eg, your name or your server's hostname) :Local Certificate Email... signing request is issued via the root SSL certificate we created earlier to create a domain... Next we need to generate the keystore that will be used in the B4J Server SSL Configuration. Let... B4J Tutorial [Server] SSL Connections - Erel    Mar 13, 2025   (15 reactions)   tags: B4J, ports SSL configuration is done with SslConfiguration object. This code should be called before the server... of the keystore file.
Then we call Server.SetSslConfiguration with the configuration object and the https...Starting from B4J v2.00 the server can listen to two ports, the standard insecure port (http) and... article to learn more about HTTPS: http://en.wikipedia.org/wiki/HTTP_Secure
SSL connections... B4J Question Update SSL-Certificate in B4J Serverapp - Erel (first post)    Jan 12, 2025   (1 reaction) Unless you are using the code from this example: https://www.b4x.com/android/forum/threads/server-letsencrypt-ssl-certificates.159285/#content you do need to restart the server in order to load the updated certificate. See the ReloadCertificate method there.... B4J Question [solved] Configure ServerApp SSL with LetsEncrypt-Certifikate? - DonManfred    Jan 12, 2025 Hello, i have a few questions regarding this https://www.b4x.com/android/forum/threads/server-ssl-connections.40130/ Asume i have a working LetsEncrypt-Certificate running on my Webserver. On the same machine i´m running multiple B4J Server apps. It is a Windows VPS. What do i need to do to create a keystore with this Certificate to use it in my b4j server apps? Asking another way: What kind... my LetsEncrypt-Certificate to a Keystore which i then can use in my Serverapps?... B4J Question B4J Certifice SSL - Jorge M A (first post)    Nov 24, 2021 Could someone help me with the tutorial? B4J Server: Requesting and Installing SSL Certificate https://www.b4x.com/android/forum/pages/results/?query=B4J+Server+SSL+Certificate... Share My Creation [Project Template] Web API Server v2 - aeric    Jan 16, 2025   (31 reactions) Updates Web API Server v3 is available Version: 2.08 Description: Create Web API Server... If you don't want to connect to any SQL database, see MinimaList API Server For older version, see Web API Server (v1.16) Template: Web API Server (2.08).b4xtemplate Depends on: WebApiUtils... Started Download File Example Vue 3 CRUD Example Live: Creating Web API Server with B4X Template... module SHOW_API_ICON to control API icon visible on frontend top navbar (new) ServerConfiguration... Page: 1   2   3   4   5   6   7   |