summaryrefslogtreecommitdiffstats
path: root/modules/tozt/templates/teleterm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/templates/teleterm.toml')
-rw-r--r--modules/tozt/templates/teleterm.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/tozt/templates/teleterm.toml b/modules/tozt/templates/teleterm.toml
new file mode 100644
index 0000000..39de082
--- /dev/null
+++ b/modules/tozt/templates/teleterm.toml
@@ -0,0 +1,9 @@
+[server]
+allowed_login_methods = ["recurse_center"]
+tls_identity_file = "/media/persistent/certbot/live/tozt.net/identity.pfx"
+uid = "nobody"
+gid = "nobody"
+
+[oauth.recurse_center]
+client_id = "<%= @client_id %>"
+client_secret = "<%= @client_secret %>"