I need to uninstall and reinstall Letsencrypt

Discussion in 'Server Operation' started by Heeter, Feb 15, 2017.

  1. Heeter

    Heeter Member

    Hi all,
    I have a LAMP ubuntu 16.04 working properly.

    My Letsencrypt cert (1 Domain, 2 Subdomains, same cert) are coming up for renewal in three days, I keep getting errors that Letencrypt cannot autorenew.
    So I would like to uninstall/reinstall So I can get the autorenew to work.
    This is the error:
    Code:
    root@SERV:/home/adminpc# letsencrypt --apache renew 
    Processing /etc/letsencrypt/renewal/example.com.conf 2017-02-08
    21:15:53,425:WARNING:letsencrypt.cli:Attempting to renew cert from 
    /etc/letsencrypt/renewal/example.com.conf produced an unexpected error: 'server'. Skipping. 
    All renewal attempts failed. The following certs could not be renewed:   
    /etc/letsencrypt/live/example.com/fullchain.pem (failure) 
    1 renew failure(s), 0 parse failure(s) root@SERV:/home/adminpc#
    
    Any help would be greatly appreciated.
     
  2. sjau

    sjau Local Meanie Moderator

    well, I think you can remove all of /etc/letsencrypt and re-run again.
     
  3. Heeter

    Heeter Member

    Ok Thanks will try that
     
  4. sjau

    sjau Local Meanie Moderator

    but best is to just run letsencrypt once to re-created folder and stuff and then abort without altering anything and then use the ISPC site to issue a LE cert for the domain and its subdomains.
     
  5. Heeter

    Heeter Member

    Great, Thanks,
     

Share This Page