boulder/cmd/testdata
Jacob Hoffman-Andrews 510e279208 Simplify gRPC TLS configs. (#2470)
Previously, a given binary would have three TLS config fields (CA cert, cert,
key) for its gRPC server, plus each of its configured gRPC clients. In typical
use, we expect all three of those to be the same across both servers and clients
within a given binary.

This change reuses the TLSConfig type already defined for use with AMQP, adds a
Load() convenience function that turns it into a *tls.Config, and configures it
for use with all of the binaries. This should make configuration easier and more
robust, since it more closely matches usage.

This change preserves temporary backwards-compatibility for the
ocsp-updater->publisher RPCs, since those are the only instances of gRPC
currently enabled in production.
2017-01-06 14:19:18 -08:00
..
cert.pem Simplify gRPC TLS configs. (#2470) 2017-01-06 14:19:18 -08:00
key.pem Simplify gRPC TLS configs. (#2470) 2017-01-06 14:19:18 -08:00
minica.pem Simplify gRPC TLS configs. (#2470) 2017-01-06 14:19:18 -08:00
test_dburl Change `DBConfig`'s `URL` func to strip whitespace. (#2045) 2016-07-13 13:35:32 -07:00
test_dburl_newline Change `DBConfig`'s `URL` func to strip whitespace. (#2045) 2016-07-13 13:35:32 -07:00
test_secret Move test_secret file 2016-01-26 15:48:16 -08:00