CodeIgniter Forums
Let´s encrypt libary - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Let´s encrypt libary (/showthread.php?tid=65933)



Let´s encrypt libary - baxterbln - 08-11-2016

Maybe someone has interest for a Let´s Encrypt libary.

The Letsencrypt CI Libary is simplified concept of ACME client implementation especially for Let's Encrypt service. It's goal is to have one easy to use codeigniter libary without dependencies.

The library supports create and revoke certificates.

CI_Letsencrypt


RE: Let´s encrypt libary - Paradinight - 08-13-2016

(08-11-2016, 04:38 PM)baxterbln Wrote: Maybe someone has interest for a Let´s Encrypt libary.

The Letsencrypt CI Libary is simplified concept of ACME client implementation especially for Let's Encrypt service. It's goal is to have one easy to use codeigniter libary without dependencies.

The library supports create and revoke certificates.

CI_Letsencrypt

Nice idea.

PHP Code:
while (1) {
//code

Never use an infinity loop.


RE: Let´s encrypt libary - baxterbln - 08-15-2016

(08-13-2016, 04:58 AM)Paradinight Wrote: Nice idea.

PHP Code:
while (1) {
//code

Never use an infinity loop.

Why? it´s a waiting loop.


RE: Let´s encrypt libary - baxterbln - 08-19-2016

Update:

Changing class- and function names to ci coding standard