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

Support adding untrusted root CA certificates (corp certs) #5015

Merged
merged 7 commits into from
Aug 15, 2019

Commits on Aug 5, 2019

  1. Adds OpenSSL lib and binaries to minikube ISO

    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    a7500b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Populates CA certificates

    This PR allows users to add root CA certificates in minikube
    VM. CA certificates in $HOME/.minikube/certs will be populated
    to system certificate store.
    
    Note: This requires a change to minikube ISO so you may need to
    delete and start a brand new minikube VM.
    
    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    aec9406 View commit details
    Browse the repository at this point in the history
  2. Do not fail start command when openssl does not exist

    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    49a91fe View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Move nested functions out

    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    63fdde2 View commit details
    Browse the repository at this point in the history
  2. Fixes test case failure due to moving constants

    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    253d658 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Merge remote-tracking branch 'origin/master' into populate-ca

    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    d26937d View commit details
    Browse the repository at this point in the history
  2. Adds tutorial doc for untrusted root CA

    Signed-off-by: Zhongcheng Lao <[email protected]>
    laozc committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    e329639 View commit details
    Browse the repository at this point in the history