gmpassos / shelf_letsencrypt

Let's Encrypt support for the shelf package (free and automatic HTTPS certificate support).
Apache License 2.0
8 stars 3 forks source link

local server #13

Closed misterpropik closed 6 months ago

misterpropik commented 7 months ago

hi, please tell me, we have an application with 40 thousand clients, we need the ability to run a local server on them and generate a certificate in order to connect using a web application with a phone and send data to it. Is this possible with this package?

gmpassos commented 7 months ago

Let's Encrypt (https://letsencrypt.org) is a public service that generates SSL certificates for public reachable domains (real domains). For each domain, it will need to point to an IP that reaches your "local" server. I don't know if this is what you want.