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!

asked a year ago263 views
1 Answer
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
EXPERT
Greg_B
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions