SWI-Prolog / roadmap

Discuss future development
21 stars 3 forks source link

Implement ACME: Automatic Certificate Management Environment #49

Closed triska closed 4 years ago

triska commented 8 years ago

SWI-Prolog is extremely well suited for writing web servers. You can also easily run HTTPS servers.

If you use Let's Encrypt to obtain and renew certificates, you currently need to stop any SWI-based web server in order to run the standalone ACME client.

I will implement support for the ACME protocol using the SWI-Prolog infrastructure, so that certificates can be renewed while all servers keep running. Please contact me if you want to work on this and have any questions. All contributions are welcome!

JanWielemaker commented 8 years ago

I have enough work. I surely would like to use the result!