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!

已提問 1 年前檢視次數 293 次
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

profile pictureAWS
專家
Greg_B
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南