Welcome Guest, Not a member yet? Register   Sign In
Let´s encrypt libary
#1

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
Reply
#2

(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.
Reply
#3

(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.
Reply
#4

Update:

Changing class- and function names to ci coding standard
Reply




Theme © iAndrew 2016 - Forum software by © MyBB