Advertisement
Tritonio

certbot: Account at ... does not exist

Apr 23rd, 2022
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. You might need to update your certificate renewal configuration files to point to the new account.
  2.  
  3. I believe that will be required. After doing what @griffin suggests, you can make these two changes to the renewal configuration file.
  4.  
  5. In your existing file /etc/letsencrypt/renewal/example.com.conf (replacing example.com with your domain),
  6.  
  7. (1) Change the line beginning with account = so that the number to the right of the = sign is the one output by
  8.  
  9. sudo ls /etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory
  10.  
  11. (2) Change the line beginning with server = so that it reads
  12.  
  13. server = https://acme-v02.api.letsencrypt.org/directory
  14.  
  15. After that, I expect sudo certbot renew --reuse-key --force-renewal will do what you expected.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement