I have inherited an LE setup which for some reason has multiple account configurations, like this:
ls /etc/letsencrypt/accounts/*/directory/*/regr.json
acme-staging.api.letsencrypt.org/directory/4e835351a2cb924921017c12225817a2/regr.json
acme-staging-v02.api.letsencrypt.org/directory/4e835351a2cb924921017c12225817a2/regr.json
acme-v01.api.letsencrypt.org/directory/673298e24fb1e70065be14007c4535ca/regr.json
acme-v02.api.letsencrypt.org/directory/673298e24fb1e70065be14007c4535ca/regr.json
acme-v02.api.letsencrypt.org/directory/67df729fec8045f8a2c60b2c5ab6cce6/regr.json
When I create a certificate, it asks me which of two accounts I want to associate it with.
0366da64de39@2018-03-31T23:00:20Z (67df)
and
770b6b6a9c37@2016-01-24T15:04:50Z (6732)
However, when I look in /etc/letsencrypt/renewal/*.conf I see they all have the same account string: 6732...
If I am correct in thinking that account 67df is not be being used, how can I make certbot ignore that account?
Thanks for any help!