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
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
Then DockerCertificates throws exception maybe because of line 97.
How to reproduce
Don't know. If your docker registry gives you ECDSA-encrypted key, then you can try.
What do you expect
Maybe bouncycastle can be used to find the encryption algorithm.
What happened instead
exception java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: Invalid RSA private key: Version must be 0
[Describe the actual results]
Software:
docker-maven-plugin:0.4.13
Full backtrace
[Paste full backtrace here]
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
My docker registry gives me a key encrypted with the ECDSA algoritm. At least, that's what I think when I read the key.pem
Then DockerCertificates throws exception maybe because of line 97.
How to reproduce
Don't know. If your docker registry gives you ECDSA-encrypted key, then you can try.
What do you expect
Maybe bouncycastle can be used to find the encryption algorithm.
What happened instead
exception java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: Invalid RSA private key: Version must be 0
[Describe the actual results]
Software:
docker-maven-plugin:0.4.13
Full backtrace
The text was updated successfully, but these errors were encountered: