summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-01 01:12:07 -0700
committerelijah <elijah@riseup.net>2012-11-01 01:12:07 -0700
commite4039450840ca8877d529712fb0c260a313474fe (patch)
tree59a5d9e6aceec92b351d8f69dc229815bec6a687
parent72130920f34b29a06ab7caede48a509901bdde62 (diff)
updated provider.json to work with new 'init-ca' and 'update-cert' commands.
-rw-r--r--provider/provider.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/provider/provider.json b/provider/provider.json
index 4e8bb34..d4153a6 100644
--- a/provider/provider.json
+++ b/provider/provider.json
@@ -13,7 +13,12 @@
"enrollment_policy": "open",
"ca": {
"name": "Rewire Root CA",
- "organization": "#{name}",
- "bit_size": 4096
+ "organization": "= global.provider.name[global.provider.default_language]",
+ "organizational_unit": "= 'https://' + global.common.domain.full_suffix",
+ "bit_size": 4096,
+ "server_certificates": {
+ "bit_size": 3248,
+ "life_span": "1y"
+ }
}
} \ No newline at end of file