Searched refs:creds_dir (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/ |
D | convert_keys.py | 29 creds_dir = os.path.dirname(os.path.realpath(__file__)) variable 37 bin2array("public_cert", cred, os.path.join(creds_dir, "cert.c")) 40 bin2array("private_key", cred, os.path.join(creds_dir, "key.c")) 48 bin2array("ca_cert", os.path.join(creds_dir, "AmazonRootCA1.pem"), 49 os.path.join(creds_dir, "ca.c"))
|