Added x509 and jwt rapps

Change-Id: Ic384fcad11dcb63fe4265d3dbcff5ea17f933cfc
diff --git a/rapps/Dockerfile_rrxp b/rapps/Dockerfile_rrxp
new file mode 100644
index 0000000..dfc4b30
--- /dev/null
+++ b/rapps/Dockerfile_rrxp
@@ -0,0 +1,6 @@
+FROM golang:latest
+RUN mkdir /app
+COPY ./rapps-rapp-x509-provider /app
+RUN chmod +x /app/rapps-rapp-x509-provider
+WORKDIR /app
+ENTRYPOINT ["/app/rapps-rapp-x509-provider"]