Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Bizarrus/Sentora-LetsEncrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon Let's Encrypt for Sentora

Add Let's Encrypt certificates to your domain

📑 Available Functions

  • 🔑 Automated register with client E-Mail
  • ✳️ Request new SSL Certificates
  • 🚫 Revoke SSL Certificates
  • 🔄 Renew SSL Certificates
  • ⚠️ ✴️ Wildcard Certificates

🔨 Installation

zppy repo add sentcrypt.tk
zppy update

zppy install letsencrypt

♻️ Upgrade

zppy update

zppy upgrade letsencrypt

📐Screenshots

Screenshot

📚 Changelog

23.03.2019 (Version 1.0.4)

  • ✔️ Fix open_basedir restrictions on PHP's require
  • ✔️ Adding some admin settings
  • ✔️ Create installation/deinstallation/update process
  • ✔️ Check TLD by public TLD list or only via database
  • ✔️ Create Caching (1 week) for public TLD list (see admin settings)
  • ✔️ Create cronjob on Sentora Daemon
  • ✔️ Remove all necessary certificate files on revoke
  • ✔️ If cert is available, change the displayed text of outdated certs
  • ✔️ Adding renewing button on list
  • ✔️ Adding renewing process
  • ✔️ UI: Beautify
  • ✔️ UI: Fix some breaking points
  • ✔️ UI: adding Tabs for normal certificates and wildcard certificates
  • ✔️ UI: change alerts depends on their state (error, info, success,...)
  • ✔️ Fix VHost template with chain file for a valid SSL configuration
  • ⚠️ EXPERIMENTAL: Create Wildcard support
  • ✔️ Check Nameserver on DNS for wildcard domains
  • ✔️ Permissions: enable/disable wildcards or single-domains

💥 Informations

The Wildcardfeature is currently not fully implemented and it's marked as an EXPERIMENTAL FEATURE! The problem is, that the cronjob must currently running up to the deployment process of DNS entries. The Wildcard-Features are currently not usable, by default.

Following ToDos are currently under development:

  • If wildcard revoked, delete all VHost settings on subdomains
  • Cronjob: If wildcard created, add VHost settings on subdomains