policy/docker changes to support PE https

Made changes to conf files and push-policies.sh to set variables and use
https in urls

Change-Id: I319e800a33756e771f57a8ef8bd611925fdd9299
Issue-ID: POLICY-781
Signed-off-by: Michael Mokry <mm117s@att.com>
diff --git a/config/pe/console.conf b/config/pe/console.conf
index f07b93f..d8b4f04 100644
--- a/config/pe/console.conf
+++ b/config/pe/console.conf
@@ -90,7 +90,7 @@
 #
 
 
-REST_PAP_URL=http://pap:9091/pap/
+REST_PAP_URL=https://pap:9091/pap/
 
 #
 # Config/Action Properties location.
@@ -98,7 +98,7 @@
 
 REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/
 REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/
-REST_CONFIG_URL=http://pap:9091/
+REST_CONFIG_URL=https://pap:9091/
 REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/
 
 # PAP account information