Skip to content

Commit 25e64ef

Browse files
committed
feat: Add CloudNS SSL support with env vars to clustered version
1 parent 3243c02 commit 25e64ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: Caddyfile

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
server_name "{$PORTAL_CORE_CLUSTERED_ETCD_TLS_SERVER_NAME}"
2121
}
2222
}
23+
24+
# Configure global TLS settings
25+
acme_dns cloudns {
26+
auth_id "{$CLOUDNS_AUTH_ID}"
27+
auth_password "{$CLOUDNS_AUTH_PASSWORD}"
28+
}
2329
}
2430

2531
# Handle all domains matching the PORTAL_CORE_DOMAIN

0 commit comments

Comments
 (0)