spiffe / spiffe-helper

The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Apache License 2.0
43 stars 40 forks source link

Append certificate and key to support ghostunnel keystore argument. #7

Closed trilokgm closed 5 years ago

trilokgm commented 5 years ago

Why is this needed? To support ghostunnel keystore parameter for a single PEM file containing both the certificate chain and private key, spiffe-helper should be able to append certificate and key pem when configured with same filename.

trilokgm commented 5 years ago

PR merged.