Advertisement
titooo7

acme.json

Jan 30th, 2020
251
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": "my-email-address@gmail.com",
  4. "Registration": {
  5. "body": {
  6. "status": "valid",
  7. "contact": [
  8. "mailto:my-email-addressaa@gmail.com"
  9. ]
  10. },
  11. "uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/7-numbers-here"
  12. },
  13. "PrivateKey": "super-long-string",
  14. "KeyType": "4096"
  15. },
  16. "Certificates": [
  17. {
  18. "Domain": {
  19. "Main": "*.my-domain-name-here.com",
  20. "SANs": null
  21. },
  22. "Certificate": "super-long-string",
  23. "Key": "super-long-string"
  24. },
  25. {
  26. "Domain": {
  27. "Main": "my-domain-name-here.com",
  28. "SANs": null
  29. },
  30. "Certificate": "super-long-string",
  31. "Key": "super-long-string"
  32. }
  33. ],
  34. "HTTPChallenges": {},
  35. "TLSChallenges": {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement