analogic/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.

Maintainers

Details

github.com/analogic/lescript

Source

Installs: 11 261

Dependents: 1

Suggesters: 0

Security: 0

Stars: 227

Watchers: 17

Forks: 49

0.3.1 2023-04-11 12:46 UTC

This package is auto-updated.

Last update: 2024-04-11 15:04:48 UTC


README

Note: lescript is standalone part of LEManager

Lescript is a simplified concept of ACME client implementation specifically for the Let's Encrypt service. It's goal is to have one PHP file with no dependencies.

Use at your own risk.

Usage

See commented content of Lescript.php and _example.php. Please rewrite the files to suit your needs - the purpose of this library is not to use it as is, nor to 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!