Advertisement
Guest User

Untitled

a guest
Nov 26th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. mattzz@mattzzbook:~/esp8266/mongoose$ miot aws-iot-setup --aws-iot-policy=-
  2. AWS region: eu-central-1
  3. Connecting to the device...
  4. Current MQTT config: {
  5. "clean_session": true,
  6. "keep_alive": 60,
  7. "reconnect_timeout_max": 60,
  8. "reconnect_timeout_min": 10,
  9. "server": "xxx.iot.eu-central-1.amazonaws.com:8883",
  10. "ssl_ca_cert": "root-ca.crt",
  11. "ssl_cert": "espding.crt",
  12. "ssl_key": "espding.key"
  13. }
  14. Generating certificate request, CN: miot-32DSPHMFG7E8Q678
  15. Generating private key locally
  16. Asking AWS for a certificate...
  17. Error: failed to generate certificate: invalid create certificate response: arn:aws:iot:eu-central-1:xxx:cert/3a3f8c787f3bf644a12817f6069edfb54f6891f10ca2736fa9df6ae7ec03ff0d 3a3f8c787f3bf644a12817f6069edfb54f6891f10ca2736fa9df6ae7ec03ff0d -----BEGIN CERTIFICATE-----
  18. MIIDWzCCAkOgAwIBAgIUbBviIQWNIm6dszUCexR2jH53RE4wDQYJKoZIhvcNAQEL
  19. ...
  20. -----END CERTIFICATE-----
  21.  
  22. : invalid character 'a' looking for beginning of value
  23. mattzz@mattzzbook:~/esp8266/mongoose$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement