summaryrefslogtreecommitdiffstats
path: root/src/ca-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/ca-config.json')
-rw-r--r--src/ca-config.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ca-config.json b/src/ca-config.json
new file mode 100644
index 0000000..5788d07
--- /dev/null
+++ b/src/ca-config.json
@@ -0,0 +1,17 @@
+{
+ "signing": {
+ "default": {
+ "expiry": "87600h"
+ },
+ "profiles": {
+ "server": {
+ "expiry": "87600h",
+ "usages": [
+ "signing",
+ "key encipherment",
+ "server auth"
+ ]
+ }
+ }
+ }
+}