Advertisement
postcd

Untitled

Apr 15th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.19 KB | None | 0 0
  1. [Sat Apr 15 09:07:43 EDT 2017] Registering account
  2. [Sat Apr 15 09:07:45 EDT 2017] Registered
  3. [Sat Apr 15 09:07:45 EDT 2017] Update success.
  4. [Sat Apr 15 09:07:45 EDT 2017] ACCOUNT_THUMBPRINT='***somethinghere***'
  5. [Sat Apr 15 09:07:45 EDT 2017] Creating domain key
  6. [Sat Apr 15 09:07:46 EDT 2017] Multi domain='DNS:www.mydomain.tld,DNS:cp.mydomain.tld,DNS:stats.mydomain.tld,DNS:webmail.mydomain.tld'
  7. [Sat Apr 15 09:07:46 EDT 2017] Getting domain auth token for each domain
  8. [Sat Apr 15 09:07:46 EDT 2017] Getting webroot for domain='mydomain.tld'
  9. [Sat Apr 15 09:07:46 EDT 2017] Getting new-authz for domain='mydomain.tld'
  10. [Sat Apr 15 09:07:47 EDT 2017] The new-authz request is ok.
  11. [Sat Apr 15 09:07:47 EDT 2017] Getting webroot for domain='www.mydomain.tld'
  12. [Sat Apr 15 09:07:47 EDT 2017] Getting new-authz for domain='www.mydomain.tld'
  13. [Sat Apr 15 09:07:47 EDT 2017] The new-authz request is ok.
  14. [Sat Apr 15 09:07:47 EDT 2017] Getting webroot for domain='cp.mydomain.tld'
  15. [Sat Apr 15 09:07:47 EDT 2017] Getting new-authz for domain='cp.mydomain.tld'
  16. [Sat Apr 15 09:07:48 EDT 2017] The new-authz request is ok.
  17. [Sat Apr 15 09:07:48 EDT 2017] Getting webroot for domain='stats.mydomain.tld'
  18. [Sat Apr 15 09:07:48 EDT 2017] Getting new-authz for domain='stats.mydomain.tld'
  19. [Sat Apr 15 09:07:48 EDT 2017] The new-authz request is ok.
  20. [Sat Apr 15 09:07:48 EDT 2017] Getting webroot for domain='webmail.mydomain.tld'
  21. [Sat Apr 15 09:07:48 EDT 2017] Getting new-authz for domain='webmail.mydomain.tld'
  22. [Sat Apr 15 09:07:49 EDT 2017] The new-authz request is ok.
  23. [Sat Apr 15 09:07:49 EDT 2017] Verifying:mydomain.tld
  24. [Sat Apr 15 09:07:52 EDT 2017] Success
  25. [Sat Apr 15 09:07:52 EDT 2017] Verifying:www.mydomain.tld
  26. [Sat Apr 15 09:07:54 EDT 2017] Success
  27. [Sat Apr 15 09:07:54 EDT 2017] Verifying:cp.mydomain.tld
  28. [Sat Apr 15 09:07:57 EDT 2017] Success
  29. [Sat Apr 15 09:07:57 EDT 2017] Verifying:stats.mydomain.tld
  30. [Sat Apr 15 09:08:00 EDT 2017] Success
  31. [Sat Apr 15 09:08:00 EDT 2017] Verifying:webmail.mydomain.tld
  32. [Sat Apr 15 09:08:03 EDT 2017] Success
  33. [Sat Apr 15 09:08:03 EDT 2017] Verify finished, start to sign.
  34. [Sat Apr 15 09:08:04 EDT 2017] Cert success.
  35. -----BEGIN CERTIFICATE-----
  36. ***cert.here***
  37. -----END CERTIFICATE-----
  38. [Sat Apr 15 09:08:04 EDT 2017] Your cert is in  /root/.acme.sh/mydomain.tld/mydomain.tld.cer
  39. [Sat Apr 15 09:08:04 EDT 2017] Your cert key is in  /root/.acme.sh/mydomain.tld/mydomain.tld.key
  40. [Sat Apr 15 09:08:04 EDT 2017] The intermediate CA cert is in  /root/.acme.sh/mydomain.tld/ca.cer
  41. [Sat Apr 15 09:08:04 EDT 2017] And the full chain certs is there:  /root/.acme.sh/mydomain.tld/fullchain.cer
  42. [Sat Apr 15 09:08:04 EDT 2017] Merge with 'cat mydomain.tld.key mydomain.tld.cer ca.cer > mydomain.tld.pem'
  43. [Sat Apr 15 09:08:04 EDT 2017] Copy with 'cp -f /root/.acme.sh/mydomain.tld/ca.cer /home/kloxo/ssl/mydomain.tld.ca'
  44. [Sat Apr 15 09:08:04 EDT 2017] Copy with 'cp -f /root/.acme.sh/mydomain.tld/mydomain.tld.cer /home/kloxo/ssl/mydomain.tld.crt'
  45. [Sat Apr 15 09:08:04 EDT 2017] Copy with 'cp -f /root/.acme.sh/mydomain.tld/mydomain.tld.key /home/kloxo/ssl/mydomain.tld.key'
  46. [Sat Apr 15 09:08:04 EDT 2017] Copy with 'cp -f /root/.acme.sh/mydomain.tld/mydomain.tld.pem /home/kloxo/ssl/mydomain.tld.pem'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement