Policy-based design in D
    Daniel Kozak via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Feb 13 23:10:06 PST 2017
    
    
  
Dne 14.2.2017 v 07:48 TheGag96 via Digitalmars-d-learn napsal(a):
> https://dpaste.dzfl.pl/adc05892344f (btw, any reason why certificate 
> validation on dpaste fails right now?)
Because certificate is expired, dpaste use certs from Lets Encrypt which 
has short time of validity
I have same issue in the past with my websites, now I am using cron to 
keep it updated
1      0       *       *       *       certbot renew --nginx 
--keep-until-expiring
    
    
More information about the Digitalmars-d-learn
mailing list