diff --git a/connectClient/main.go b/connectClient/main.go
index 581204ae3aa8b74feea0b0f6fff39cb18e09f9ba..5000ed2412e8a8bad249f49b7a24640deb796740 100644
--- a/connectClient/main.go
+++ b/connectClient/main.go
@@ -32,7 +32,7 @@ func main() {
 	// but it is actually a marshalled file with a cryptographic signature attached.
 	// This may change in the future.
 	ndfURL := "https://elixxir-bins.s3.us-west-1.amazonaws.com/ndf/mainnet.json"
-	certificatePath := "mainnet.crt"
+	certificatePath := "../mainnet.crt"
 	ndfPath := "ndf.json"
 
 	// Check if state exists
diff --git a/connectClient/mainnet.crt b/mainnet.crt
similarity index 100%
rename from connectClient/mainnet.crt
rename to mainnet.crt