You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get familiazed with the docker notary, I have deployed the notary using the docker-compose.
Since the certificate have been expired, I generated new certificates using the following commands :
unable to reach trust server at this time: 500.
Logs in notary_server :
{"go.version":"go1.17.13","http.request.host":"localhost:4443","http.request.id":"a8e602f3-aecf-4442-a4ab-7d27bc329bca","http.request.method":"GET","http.request.remoteaddr":"172.17.0.1:56662","http.request.uri":"/v2/localhost:5000/walidimage/_trust/tuf/timestamp.key","http.request.useragent":"Docker-Client/20.10.23 (linux)","level":"error","msg":"unknown: unknown error: rpc error: code = Unknown desc = algorithm rsa not supported for create key","time":"2023-04-28T08:32:09Z"}
I found the same problem in this issue : #1597
But I don't understand why I get this error ? when I use docker trust key generate, keys are generated and stored in .docker/trust/private, so why I get this error ? What key is the server trying to generate ? how to solve this problem ?
The text was updated successfully, but these errors were encountered:
In order to get familiazed with the docker notary, I have deployed the notary using the docker-compose.
Since the certificate have been expired, I generated new certificates using the following commands :
After running the docker-compose, and once the containers are up and running. I ran :
I get this error :
I found the same problem in this issue : #1597
But I don't understand why I get this error ? when I use docker trust key generate, keys are generated and stored in .docker/trust/private, so why I get this error ? What key is the server trying to generate ? how to solve this problem ?
The text was updated successfully, but these errors were encountered: