I’m not too comfortable revealing the email address used. I hope that’s okay.
json:
{
"Email": "mail@mydomain.com",
"Registration": {
"body": {
"status": "valid",
"contact": [
"mailto:mail@mydomain.com"
]
},
"uri": "https://acme-v02.api.letsencrypt.org/acme/acct/70549132"
}
}
Now the key I’m a bit unsure of how to validate. It has BEGIN EC PRIVATE KEY and END EC PRIVATE KEY with characters in the middle. seems right.
If I run openssl ec -in key.pem -text -noout
it seems to read it fine.
I’m a bit out of depth here