diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/diplocaulus.json | 6 |
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')" } } }, |