different IDs if live or not
JustinWebDev opened this issue · 3 comments
I get different registered IDs depending on if I use --live switch or not.
le64.exe --key LE_acct_key.txt --update-contacts "webmaster@site.com"
--> The key is already registered. ID: 12345
le64.exe --key LE_acct_key.txt --update-contacts "webmaster@site.com" --live
--> The key is already registered. ID: 67890
That makes sense - the staging environment and live environment would be receiving different amount of registrations, so it would be expected that you are getting different IDs when you register your key on those.
To be sure, you are saying that I have two registrations, one in the staging env and one in the live env? This surprises me. But, if that is the way Let's Encrypt does things, then you can close this issue. Thanks.
Your understanding is correct.