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

ensure GetTrustBundle returns array of strings instead of a single string with newlines #690

Merged
merged 4 commits into from
Jul 20, 2022

Commits on Jul 18, 2022

  1. return []string instead of new line concatenated single string

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    fb15fe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. return [][]*x509.Certificate

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a3fcc08 View commit details
    Browse the repository at this point in the history
  2. store [][]*x509.Certificate in struct

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9f046b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    f7a44bb View commit details
    Browse the repository at this point in the history