跳至内容

How do you delete code signing profiles created in the OTA Job configuration workflow

0

I have created a number of code signing profils for use in OTA Update Jobs for FreeRTOS and ESP32.

I need to be able to delete some of these profiles but cannot seem to see where/how I can do this.

Code signing profiles

I have looked in AWS Signer> signing profiles. But the do not show up there.

Any help would be greatly appreciated.

Thanks!

已提问 3 年前651 查看次数
1 回答
0

Hi. You can list them using the CLI with aws signer list-signing-profiles: https://docs.aws.amazon.com/cli/latest/reference/signer/list-signing-profiles.html. By default, it will only list active profiles.

There is no delete operation. But you can cancel a signing profile using the command line: https://docs.aws.amazon.com/cli/latest/reference/signer/cancel-signing-profile.html

AWS
专家
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。