This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[MODULE][WIP] Sencrypt Let's Encrypt SSL Module
#1
[MODULE][WIP] Sencrypt Let's Encrypt SSL Module
Hey gang! I'm getting much closer to completing this module!

Working:
Create SSL for a selected domain or sub domain
Adds Custom vhost SSL entries for the domain or sub domain
Adds Port Forward from apache default port to SSL (443) for domain or sub domain
Removes everything if deleted (vhost entries, all files/folders related to the domain's or sub domain's certificate data)

Not Working (yet):

www. prefix
Need to add certificate revocation to the delete process.

Current code pushed to GitHub for testing only!


WARNING: PRE-ALPHA: DO NOT USE ON A PRODUCTION SERVER! Use for testing purposes ONLY!
Any requests for support will be ignored unless you are actively helping to develop this module with me!

Stay tuned for more information!

Support this module by buying me a beer or two! Tongue Donation link below in my signature Wink
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#2
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
Hey TGates, will test the module in the week as I will be celebrating the Mayweather fight till Sunday/Monday night.

Awesome work though.

Will try to install it on the jet, If it has wifi -_-
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Thanks given by:
#3
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
(08-27-2017, 04:21 AM)betatester3.0 Wrote: Hey @[TGates], will test the module in the week as I will be celebrating the Mayweather fight till Sunday/Monday night.

Awesome work though.

Will try to install it on the jet, If it has wifi -_-

Alright, let me know how it goes.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#4
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
TGates tried installing via the zppy repo this is the errors:

Notice: Undefined property: XMLTag::$type in /etc/sentora/panel/dryden/ui/module.class.php on line 82
Notice: Trying to get property of non-object in /etc/sentora/panel/dryden/ui/module.class.php on line 82
ERROR: Run me in current installer directory!

--------------------------------------------------------------------------------------------------------

Installs when I grabbed the .zip from GitHub and created the .zpp
--------------------------------------------------------------------------------------------------------

Will get back to you if it displays anymore errors

[Image: blank_page_after_install.png]

after installation of module and activated. tried to access it and it displays a blank screen.

[Image: errorterm.png]
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Thanks given by:
#5
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
(08-28-2017, 08:40 PM)betatester3.0 Wrote: TGates tried installing via the zppy repo this is the errors:

Notice: Undefined property: XMLTag::$type in /etc/sentora/panel/dryden/ui/module.class.php on line 82
Notice: Trying to get property of non-object in /etc/sentora/panel/dryden/ui/module.class.php on line 82
ERROR: Run me in current installer directory!

[Image: errorterm.png]

Looks like TGates forgot the <type> tag in the module.xml.  Tongue

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Thanks given by:
#6
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
Blush
Will sort it out in next push Cool

Have a LOT more to do on it though:
Installation checks (with possible ability to install required dependencies), auto renew hook, ability to revoke certificates, uninstall with revoke and delete, etc.

But, it's a start!
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by: betatester3.0
#7
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
TGates Any luck with the module yet ?
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Thanks given by:
#8
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
Still doing testing. Takes a little time to do that... waiting for renewals, etc. I'd rather hold off a little while to ensure renewals are working as they should. Tough to fix after it's released and everybody has certificates. I also still need to add a certificate revocation process as required by Let's Encrypts EULA Sad

But, it does create and delete the certificates properly, adds and removes the custom vhost entries along with port forwarding to SSL port.
Initial test of renewals seems to work.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by: Ron-e , betatester3.0
#9
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
Is anybody testing this? Any feedback or suggestions so far?

I am still trying to find out how to revoke the certificates via php and http.

May inquire on the Lescript GitHub page if they have plans to add this since it is a main part of Let's Encrypts EULA.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#10
RE: [MODULE][WIP] Sencrypt Let's Encrypt SSL Module
(09-13-2017, 05:45 AM)TGates Wrote: Is anybody testing this? Any feedback or suggestions so far?

I am still trying to find out how to revoke the certificates via php and http.

May inquire on the Lescript GitHub page if they have plans to add this since it is a main part of Let's Encrypts EULA.

Yip, I am TGates. Although I am waiting for you to push still "Will sort it out in next push [Image: cool.gif]", after I install it gives me a blank page. Look above at my previous comments Smile

tried installing it again via the zppy repo got this error.
Code:
100%[==============================================================================>] 34,947       107KB/s   in 0.3s

2017-09-12 23:55:54 (107 KB/s) - ‘sencrypt.zpp’ saved [34947/34947]

ERROR: Run me in current installer directory!
[root@panel ~]#
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
[Request] BoxBilling api module. cyber1995 4 11 ,807 10-23-2021, 05:29 AM
Last Post: sparkrack
Module Repo Beta Chris L 3 5 ,995 08-13-2021, 02:32 AM
Last Post: Chris L
Cloud module repo spoonman 0 2 ,142 02-28-2021, 01:34 AM
Last Post: spoonman

Forum Jump:


Users browsing this thread: 1 Guest(s)