vmware / go-vmware-nsxt

golang library for NSX-T REST API
Other
55 stars 29 forks source link

Allow passing certs as string rather than files #34

Closed annakhm closed 4 years ago

annakhm commented 4 years ago

In containerised environments it is preferrable to path certificate as string rather than create a file in file system. This change exposes new configuration settings for this option.

vmwclabot commented 4 years ago

@annakhm, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.