[NOTARY] Can't sign and pushing metadata

Hi everyone,

I have Notary configured as a service and when doing a docker push, after delegating, I get the following error message:

  • ERRO [0000] could not add target to targets / releases: at least one of these keys must be available: 44c1cc4d2d185000e85585779920ce1bc7d8c2f72724b739b3304915e536d971
    
  • Failed to sign "my.registry: 443 / images / nginx-conf": v2 - could not find necessary signing keys, at least one of these keys must be available: 44c1cc4d2d185000e85585779920ce1bc7d8c2f72724b739b3304915e536d971
    
  • Error: could not find signing keys for remote repository my.registry: 443 / images / nginx-conf, or could not decrypt signing key: could not find necessary signing keys, at least one of these keys must be available: 44c1cc4d2d185000e85585779920ce1bc7d8c2f72724b739b3304915e536d971
    

I do not know what I’ll be doing wrong, since I’ve been guided through this video: https://blog.docker.com/2016/03/notary-0-2/ and after adding a delegate, I copied the key to the host delegate on which I want to do a docker push and the message error appears.

I hope you can guide me if someone else has happened to you.

Greetings.