VOL-1151 : Added common GRPC server component

Change-Id: I23232587704f21c8c5acee43800fe06b754b7f06
diff --git a/common/grpc/security.go b/common/grpc/security.go
new file mode 100644
index 0000000..e198cb8
--- /dev/null
+++ b/common/grpc/security.go
@@ -0,0 +1,7 @@
+package grpc
+
+type GrpcSecurity struct {
+	KeyFile  string
+	CertFile string
+	CaFile   string
+}
\ No newline at end of file