From eb7fd5db7355c3866c9746cdc865906f603c81d2 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Tue, 28 Jan 2020 13:42:22 -0800 Subject: [PATCH] Export the roots certificate --- BUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD b/BUILD index ccff2948fbd..b7e50c1b411 100644 --- a/BUILD +++ b/BUILD @@ -16,7 +16,10 @@ licenses(["notice"]) -exports_files(["LICENSE"]) +exports_files([ + "LICENSE", + "etc/roots.pem", +]) package( default_visibility = ["//visibility:public"],