summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-10-12 10:40:27 +0200
committerkwadronaut <kwadronaut@leap.se>2016-10-12 10:40:27 +0200
commitbd54b98a9ffe16b7718eaa7deb968211a58d13cb (patch)
treece2a842e32bd28a6e6e3ddd5423efd0294886a1c /nodes
parentc8ba3144a4c73a90f17defca3599d2c93fed72f4 (diff)
leap cert should accept --force anywhere, fix bitmask.net key+cert
Diffstat (limited to 'nodes')
-rw-r--r--nodes/diplocaulus.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/nodes/diplocaulus.json b/nodes/diplocaulus.json
index 3fc91c4..bed0b92 100644
--- a/nodes/diplocaulus.json
+++ b/nodes/diplocaulus.json
@@ -20,9 +20,9 @@
}
}
},
- "cert": "= file('cert/bitmask.net.crt')",
- "key": "= file('cert/bitmask.net.key')",
- "ca_cert": "= file('cert/lets_encrypt_ca.crt')"
+ "ca_cert": "= file('cert/lets_encrypt_ca.crt')",
+ "key": "= file('cert/bitmask.net.key')",
+ "cert": "= file('cert/bitmask.net.crt')"
}
}
},