den67rus/lescript

Lescript is simplified concept of ACME client implementation especially for Let's encrypt service. It's goal is to have one easy to use PHP file without dependencies.

0.3.1 2020-06-25 16:10 UTC

This package is not auto-updated.

Last update: 2024-05-10 10:54:05 UTC


README

Note: lescript is standalone part of LEManager

Lescript is simplified concept of ACME client implementation especially for Let's Encrypt service. It's goal is to have one easy to use PHP file without dependencies.

Use at your own risk.

Usage

See commented content of Lescript.php and _example.php. Please rewrite files to fit your needs - purpose of this library is not to use as it is nor use it in production!

Support challenge only through webroot.

Requirements

  • PHP 5.3 and up
  • OpenSSL extension
  • Curl extension

Why i created lescript?

Because of implementation of Let's Encrypt to Poste.io!