Advertisement
titooo7

acme.json

Jan 30th, 2020
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. {
  2. "Account": {
  3. "Email": "[email protected]",
  4. "Registration": {
  5. "body": {
  6. "status": "valid",
  7. "contact": [
  8. ]
  9. },
  10. "uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/7-numbers-here"
  11. },
  12. "PrivateKey": "super-long-string",
  13. "KeyType": "4096"
  14. },
  15. "Certificates": [
  16. {
  17. "Domain": {
  18. "Main": "*.my-domain-name-here.com",
  19. "SANs": null
  20. },
  21. "Certificate": "super-long-string",
  22. "Key": "super-long-string"
  23. },
  24. {
  25. "Domain": {
  26. "Main": "my-domain-name-here.com",
  27. "SANs": null
  28. },
  29. "Certificate": "super-long-string",
  30. "Key": "super-long-string"
  31. }
  32. ],
  33. "HTTPChallenges": {},
  34. "TLSChallenges": {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement