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] Let's Encrypt
#10
RE: [Module] Let's Encrypt
(03-22-2019, 08:25 PM)Bizarrus Wrote: I've written now an TLD-HelperClass for some extended domain names.
Here i'm using the public TLD-List from https://publicsuffix.org/list/public_suffix_list.dat.

Here is the Result:
PHP Code:
stdClass Object
(
 
   [prefix] => 
 
   [domain] => example
    
[suffix] => co.uk
    
[original] => example.co.uk
)
stdClass Object
(
 
   [prefix] => testing.example.somewhere
    
[domain] => example
    
[suffix] => co.uk
    
[original] => testing.example.somewhere.example.co.uk
)
stdClass Object
(
 
   [prefix] => subdomain
    
[domain] => example
    
[suffix] => co.uk
    
[original] => subdomain.example.co.uk
)
stdClass Object
(
 
   [prefix] => subdomain
    
[domain] => example
    
[suffix] => de
    
[original] => subdomain.example.de
)
stdClass Object
(
 
   [prefix] => 
 
   [domain] => example
    
[suffix] => com
    
[original] => example.com


I will commit the new version, if i had implemented the renewing process.

Relying on a third-party list seems a bit unreliable to me - especially as it slowly goes out of date and would need an update...

As Sentora already separates domains from subdomains, surely the above conditional that I suggested could be applied to only domains (and not any subdomains)? Sentora will always add a www alias to any domains added to the system, so why not just follow this behaviour and keep it simple?

Keith.
Reply
Thanks given by:


Messages In This Thread
[Module] Let's Encrypt - by Bizarrus - 03-22-2019, 05:47 AM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 07:11 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 07:14 AM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 11:13 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 02:40 PM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 03:29 PM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 04:43 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 05:41 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 08:25 PM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 09:09 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 10:30 PM
RE: [Module] Let's Encrypt - by fearworks - 03-23-2019, 02:05 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-23-2019, 02:12 AM
RE: [Module] Let's Encrypt - by fearworks - 03-23-2019, 03:20 AM
RE: [Module] Let's Encrypt - by Ron-e - 03-23-2019, 04:22 PM
RE: [Module] Let's Encrypt - by andresfmg - 05-08-2019, 02:39 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-23-2019, 07:04 PM
RE: [Module] Let's Encrypt - by Ron-e - 03-24-2019, 08:52 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 09:05 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 06:13 AM
RE: [Module] Let's Encrypt - by fearworks - 03-24-2019, 06:17 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 06:19 AM
RE: [Module] Let's Encrypt - by fearworks - 03-24-2019, 06:32 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 06:37 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-25-2019, 06:51 AM
RE: [Module] Let's Encrypt - by fearworks - 03-25-2019, 11:03 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-25-2019, 03:30 PM
RE: [Module] Let's Encrypt - by fearworks - 03-25-2019, 05:06 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-25-2019, 06:11 PM
RE: [Module] Let's Encrypt - by fearworks - 03-29-2019, 11:34 PM
RE: [Module] Let's Encrypt - by drrob - 03-29-2019, 12:55 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-29-2019, 09:34 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-30-2019, 03:15 AM
RE: [Module] Let's Encrypt - by fearworks - 03-30-2019, 11:37 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-30-2019, 06:35 PM
RE: [Module] Let's Encrypt - by fearworks - 04-25-2019, 01:45 AM
RE: [Module] Let's Encrypt - by Bizarrus - 05-08-2019, 04:00 AM
RE: [Module] Let's Encrypt - by fearworks - 06-03-2019, 07:59 PM
RE: [Module] Let's Encrypt - by goldenfish - 08-04-2019, 05:32 PM
RE: [Module] Let's Encrypt - by vishnupc - 08-08-2019, 10:34 PM
RE: [Module] Let's Encrypt - by TGates - 08-14-2019, 06:38 AM
RE: [Module] Let's Encrypt - by zustudios - 12-23-2019, 03:50 AM
RE: [Module] Let's Encrypt - by harpreet - 01-02-2020, 12:57 AM
RE: [Module] Let's Encrypt - by TGates - 01-05-2020, 04:39 AM
RE: [Module] Let's Encrypt - by zustudios - 01-14-2020, 04:16 AM
RE: [Module] Let's Encrypt - by TGates - 01-15-2020, 10:01 AM
RE: [Module] Let's Encrypt - by zustudios - 01-22-2020, 05:23 AM
RE: [Module] Let's Encrypt - by TGates - 01-28-2020, 08:43 AM
RE: [Module] Let's Encrypt - by snakeice - 02-20-2020, 06:38 AM
RE: [Module] Let's Encrypt - by Bizarrus - 02-21-2020, 12:27 AM
RE: [Module] Let's Encrypt - by muratkaragoz - 05-24-2020, 03:44 PM
RE: [Module] Let's Encrypt - by spoonman - 01-31-2021, 11:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] phpMyAdmin-AU (Auto-Update) TGates 14 40 ,836 06-15-2021, 06:54 AM
Last Post: TGates
[MODULE] SenBrand - Basic Branding module for Sentora TGates 20 43 ,681 06-04-2021, 11:47 AM
Last Post: ccr1969
[MODULE] CoinCorner BitCoin Module Xversion 4 13 ,130 06-03-2021, 05:02 AM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 1 Guest(s)