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!

gefragt vor einem Jahr294 Aufrufe
1 Antwort
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
EXPERTE
Greg_B
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen