1

我写了一个 curl 示例来使用“aws iot core”的rest api,并确认它正在运行。但是在c#http客户端的认证过程中,不知道怎么插入下面三个认证值。

如果我能得到帮助,我将不胜感激。

下面是卷曲短语。

curl --tlsv1.2 --cacert AmazonRootCA1.txt \
    --cert test_thing.cert.pem \
    --key test_thing.private.key \
    --request POST \
    --data "test gogo" \
    "https://[iot_url].iot.ap-northeast-2.amazonaws.com:8443/topics/topic_2?qos=1" \

4

0 回答 0