Preliminary code commit to Secure OF-Agent to ONOS COmmunication
Added Error handling, few more follow-up fixes
PKI File Names Changed voltha.crt, voltha.key, voltha-CA.pem

Change-Id: I366342caf98bfe66e67a02838a68a3d799f774f3
diff --git a/docker/Dockerfile.ofagent b/docker/Dockerfile.ofagent
index 875113e..20d97dc 100644
--- a/docker/Dockerfile.ofagent
+++ b/docker/Dockerfile.ofagent
@@ -39,6 +39,7 @@
 ENV PYTHONPATH=/ofagent
 COPY common /ofagent/common
 COPY ofagent /ofagent/ofagent
+COPY pki /ofagent/pki
 
 ENTRYPOINT ["/usr/bin/dumb-init", "--"]