Replies: 1 comment
-
Hi @lmussier , Notation does not support a private registry using a self-signed cert yet. There are two workarounds:
Do you think whether these workarounds work for your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note sure about the title but here is my use case.
We have a registry exposing a self signed certificate and the only way we found to be able to verify the image is to do something like :
export SSL_CERT_FILE=/home/lmussier/source/app-signature/ca.crt
Is there another way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions