I have an ABM Web application running from my PC.
I have already set it up to run SSL with a self-signed certificate, generated via keytool (but of course browsers complain about such certificates).
So, I would like to use the ABKeystoreSSL to create valid certificates (https://www.b4x.com/android/forum/t...-generator-using-lets-encrypt.128115/#content).
I have some questions on some instructions for the use of ABKeystoreSSL, before I start experimenting.
QUESTION 1
Do I need to create some sort of user account with Let's Encrypt and use the account passwords in the keyStorePassword and keyManagerPassword varialbes of the GenerateJKS function?
QUESTION 2
ABKeystoreSSL instructions state:
You must have a domain and a web server like Apache running on port 80!
I have a domain, but the only server I am running on port 80 is the server created from my ABM app. Is this OK?
QUESTION 3
ABKeystoreSSL instructions state:
wwwFolder: needs to be the 'entry point' in your webserver (NOT your B4X app). In my case it was var/www/html and not var/www/)
MUST be accessible on port 80. Is for example your Apache Server.
Which folder will be considered the entry point of my ABM web app? Is it the www folder?
QUESTION 4
Do I need to use my ABM DonatorKey for ABMKeystoreSSL to work?
Thanks for any help!
I have already set it up to run SSL with a self-signed certificate, generated via keytool (but of course browsers complain about such certificates).
So, I would like to use the ABKeystoreSSL to create valid certificates (https://www.b4x.com/android/forum/t...-generator-using-lets-encrypt.128115/#content).
I have some questions on some instructions for the use of ABKeystoreSSL, before I start experimenting.
QUESTION 1
Do I need to create some sort of user account with Let's Encrypt and use the account passwords in the keyStorePassword and keyManagerPassword varialbes of the GenerateJKS function?
QUESTION 2
ABKeystoreSSL instructions state:
You must have a domain and a web server like Apache running on port 80!
I have a domain, but the only server I am running on port 80 is the server created from my ABM app. Is this OK?
QUESTION 3
ABKeystoreSSL instructions state:
wwwFolder: needs to be the 'entry point' in your webserver (NOT your B4X app). In my case it was var/www/html and not var/www/)
MUST be accessible on port 80. Is for example your Apache Server.
Which folder will be considered the entry point of my ABM web app? Is it the www folder?
QUESTION 4
Do I need to use my ABM DonatorKey for ABMKeystoreSSL to work?
Thanks for any help!