Letsencrypt renew problem

Hi
hope all are doing great . when i am running ( sudo letsencrypt renew ) Then getting bellow error…

Processing /etc/letsencrypt/renewal/edatastyle.com.conf
2016-10-24 06:52:42,882:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/edatastyle.com.conf produced an unexpected error: ‘server’. Skipping.

And edatastyle.com.conf file bellow

renew_before_expiry = 30 days

version = 0.8.1
cert = /etc/letsencrypt/live/edatastyle.com/cert.pem
privkey = /etc/letsencrypt/live/edatastyle.com/privkey.pem
chain = /etc/letsencrypt/live/edatastyle.com/chain.pem
fullchain = /etc/letsencrypt/live/edatastyle.com/fullchain.pem

Options used in the renewal process

[renewalparams]
authenticator = webroot
installer = None
account = fddddddddddddddddddd
webroot_path = /var/html/edatastyle,
[[webroot_map]]
www.edatastyle.com = /var/html/edatastyle
edatastyle.com = /var/html/edatastyle

Thanks

Are you using Ubuntu ? is this related to your issue ?

from Unexpected error: 'server'. Skipping:

Yes i am using Ubuntu 16

It looks as if that is the issue then, and provides the options in that thread. I’d personally use certbot, remove the old config and create new certs, then maintain them with certbot.

Thanks . i did and working fine :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.