Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using self-signed certs with MinIO blobstore #172

Open
a2geek opened this issue May 9, 2021 · 0 comments
Open

Using self-signed certs with MinIO blobstore #172

a2geek opened this issue May 9, 2021 · 0 comments

Comments

@a2geek
Copy link

a2geek commented May 9, 2021

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:

bosh-variables:
  fog_connection:
    connection_options:
      ssl_verify_peer: false

But, in addition, the rep needs to also be told to allow the self-signed certificate (yaml-patch syntax):

---
- type: replace
  path: /instance_groups/name=diego-cell/jobs/name=rep/properties/diego/ssl?/skip_cert_verify
  value: true

This wasn't obvious and hopefully saves somebody else spending time tracking those details down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant