Handler accepts requests for either remote or uploaded certificates to be bundled, and returns a certificate bundle (or error).
| 14 | // certificates to be bundled, and returns a certificate bundle (or |
| 15 | // error). |
| 16 | type Handler struct { |
| 17 | bundler *bundler.Bundler |
| 18 | } |
| 19 | |
| 20 | // NewHandler creates a new bundler that uses the root bundle and |
| 21 | // intermediate bundle in the trust chain. |
nothing calls this directly
no outgoing calls
no test coverage detected