Skip to content

Commit e0a9eb1

Browse files
brentrubrentru
brentru
authored and
brentru
committed
cert->crt
1 parent 8dc74f4 commit e0a9eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_aws_iot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, mmqttclient, keep_alive=30):
7979
# Shadow-interaction topic
8080
self.shadow_topic = "$aws/things/{}/shadow".format(self.cid)
8181
# Ensure set_certificate and set_private_key were run from ESP32SPI
82-
assert self.client.wifi.esp.set_psk and self.client.wifi.esp.set_cert, "Certificate \
82+
assert self.client.wifi.esp.set_psk and self.client.wifi.esp.set_crt, "Certificate \
8383
and private key must be set to your AWS Device Cert and Private Key."
8484
# keep_alive timer must be between 30 <= keep alive interval <= 1200 seconds
8585
# https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html

0 commit comments

Comments
 (0)