Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Account": {
- "Email": "my-email-address@gmail.com",
- "Registration": {
- "body": {
- "status": "valid",
- "contact": [
- "mailto:my-email-addressaa@gmail.com"
- ]
- },
- "uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/7-numbers-here"
- },
- "PrivateKey": "super-long-string",
- "KeyType": "4096"
- },
- "Certificates": [
- {
- "Domain": {
- "Main": "*.my-domain-name-here.com",
- "SANs": null
- },
- "Certificate": "super-long-string",
- "Key": "super-long-string"
- },
- {
- "Domain": {
- "Main": "my-domain-name-here.com",
- "SANs": null
- },
- "Certificate": "super-long-string",
- "Key": "super-long-string"
- }
- ],
- "HTTPChallenges": {},
- "TLSChallenges": {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement