Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

hyn/lets-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyn/lets-encrypt

Latest Stable Version License

PHP wrapper for the Let's Encrypt api.

Use as terminal command

The command allows you to generate certificate files (pem and key). Installation into your webserver is still your own responsibility.

composer global require hyn/lets-encrypt

Make sure to place the ~/.composer/vendor/bin directory in your PATH so the hyn-le executable can be located by your system.

You can now globally on your system use the command hyn-le.

Requesting a certificate

Make sure you run this as a user who can write files to the public directory of the domain you're requesting a certificate for:

hyn-le certificate:request <hostname> <another-hostname-perhaps> --http <path_to_public_dir> -a <account_name> -e <email_address>

Use hyn-le help certificate:request for more information on all options.

Use as package

Allows further automation of SSL generation.

composer require hyn/lets-encrypt

About

This package is meant to ease development of Let's Encrypt functionality without requiring the python commandline utilities.

Credits

Developed by looking at Petertjuh360's efforts.

Useful links

About

A php wrapper for the let's encrypt SSL certificate signing processes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages