Skip to content

[Contributing FAQ] How do I use MinIO with https using a custom CA as an object store for Velero #3383

Discussion options

You must be logged in to vote

The instructions to do this are as follows.

  • Setup CA cert
    • Generate private key for CA cert
      $ openssl genrsa -out rootCA.key 4096
      Generating RSA private key, 4096 bit long modulus
      ...................................................................................................................++
      ........................................................................................++
      e is 65537 (0x10001)
    • Generate public key (certificate) for the CA
      $ openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1825 -out rootCA.pem
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Disti…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carlisia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant