summaryrefslogtreecommitdiff
path: root/provider_base/services
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-16 23:15:14 -0700
committerelijah <elijah@riseup.net>2013-03-16 23:15:14 -0700
commit4ec32a1f773918b2c7a42c117fbad110c07df458 (patch)
treef41cadb572aeb955ba798739d08772a1f047b317 /provider_base/services
parent8c91365ca62d6f7e970f7a1fbda7be82a1fc83c3 (diff)
the development tag now specifies an alternative provider domain. this requires that we use domain.full_suffix instead of provider.domain, whenever possible.
Diffstat (limited to 'provider_base/services')
-rw-r--r--provider_base/services/webapp.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json
index ea79d7c4..5e7260a6 100644
--- a/provider_base/services/webapp.json
+++ b/provider_base/services/webapp.json
@@ -29,8 +29,8 @@
"ca_cert": "= file :ca_cert, :missing => 'provider CA. Run `leap cert ca`'",
"client_ca_cert": "= file_path :client_ca_cert",
"client_ca_key": "= file_path :client_ca_key",
- "commercial_cert": "= file [:commercial_cert, global.provider.domain]",
- "commercial_key": "= file [:commercial_key, global.provider.domain]",
+ "commercial_cert": "= file [:commercial_cert, domain.full_suffix]",
+ "commercial_key": "= file [:commercial_key, domain.full_suffix]",
"commercial_ca_cert": "= try_file :commercial_ca_cert"
}
} \ No newline at end of file