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
This is likely mostly some documentation note for other users/tinkerers. If you are using self-signed certificates (like using the minio-genesis-kit), there are a couple of different patches that need to be added.
For the environment configuration, Fog does have the capability to ignore the self-signed certificate:
This is likely mostly some documentation note for other users/tinkerers. If you are using self-signed certificates (like using the
minio-genesis-kit
), there are a couple of different patches that need to be added.For the environment configuration, Fog does have the capability to ignore the self-signed certificate:
But, in addition, the
rep
needs to also be told to allow the self-signed certificate (yaml-patch syntax):This wasn't obvious and hopefully saves somebody else spending time tracking those details down.
The text was updated successfully, but these errors were encountered: