summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-12-24 11:22:44 +0100
committerkwadronaut <kwadronaut@leap.se>2018-12-24 11:22:44 +0100
commita4ebd2ab84e21985e10fde5d40e35c9e948b5ee8 (patch)
tree47347dbb7d5eb62ea9602592255c6ca274db7bea /nodes
parent7758b91c49dde292b1d09da6cb8fb0c8ad7abaf7 (diff)
change bitmask.net to ams, update cert
Diffstat (limited to 'nodes')
-rw-r--r--nodes/diplocaulus.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/nodes/diplocaulus.json b/nodes/diplocaulus.json
deleted file mode 100644
index bed0b92..0000000
--- a/nodes/diplocaulus.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "ip_address": "199.119.112.150",
- "services": "static",
- "tags": [
- "dc",
- "production"
- ],
- "static": {
- "domains":{
- "bitmask.net": {
- "tls_only": true,
- "locations": {
- "front": {
- "path": "/",
- "format": "amber",
- "source": {
- "type": "git",
- "repo": "https://leap.se/git/bitmask_help.git",
- "revision": "origin/master"
- }
- }
- },
- "ca_cert": "= file('cert/lets_encrypt_ca.crt')",
- "key": "= file('cert/bitmask.net.key')",
- "cert": "= file('cert/bitmask.net.crt')"
- }
- }
- },
- "dns":{
- "aliases": [
- "bitmask.net",
- "www.bitmask.net",
- "diplocaulus.bitmask.net"
- ]
- }
-}