Hello,
We have a rate limit increase for a V1 account. We wish to start running V2 for new domains, keeping our existing domains using V1.
Can I reuse the account registration data used for V1 with V2? If this can work, how do I place the private key into the registration files for V2?
OR
Do I need to request a rate limit increase for a new account?
We were using the provided package from cPanel cpanel-letsencrypt (V1).
Now we wish to use Certbot(V2).
I have checked the files that store the keys\registration data and they do not seem to have the same keys/values.
V1: located at /root/.cpanel/acme.acme-v01.api.letsencrypt.org.json
Contains :
{“key”:{“kty”:“RSA”,“n”:“xxxxxxx”,“e”:“AQAB”},“agreement”:“https://acme-v01.api.letsencrypt.org/terms",“contact”:[],“private_key_pem”:"-----BEGIN RSA PRIVATE KEY-----\xxxxx-----END RSA PRIVATE KEY-----”,“uri”:“https://acme-v01.api.letsencrypt.org/acme/reg/xxxxx”}
V2: located at /etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/xxxxxxxxxxxx/
Contains 3 files:
meta.json:
{“creation_host”: “server.myserver.com”, “creation_dt”: “timestamp”}
private_key.json:
{“n”: “xxxxxxxxxx”, “kty”: “RSA”, “e”: “AQAB”, “p”: “xxxxxxxxxxxxxx”, “qi”: “xxxxxxxxxxxx”, “dp”: “xxxxxxxxxxxxxxxxxxxx”, “d”: “xxxxxxxxxxxxxxxxx”, “dq”: “xxxxxxxxxx”}
regr.json:
{“uri”: “https://acme-v02.api.letsencrypt.org/acme/acct/xxxxxxxxxx”, “body”: {}}
I have been searching for information about this and did not find much.
Any information on this would be appreciated.
Thanks!
Stephan S.