From cdede5a0091104f4fa52c44b5d93dbb1f1d00d43 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 29 Jan 2017 15:00:30 -0800 Subject: [PATCH] Add dns provider information on change dialog --- webadmin/src/views/certs.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/webadmin/src/views/certs.html b/webadmin/src/views/certs.html index dee3a5837..9eadd837e 100644 --- a/webadmin/src/views/certs.html +++ b/webadmin/src/views/certs.html @@ -27,12 +27,16 @@
+
+ This domain must be hosted on AWS Route53.
+
+ This domain must be hosted on DigitalOcean.
@@ -43,6 +47,19 @@ + + +

+ Setup A records for *.{{ dnsCredentials.domain || 'example.com' }} and {{ dnsCredentials.domain || 'example.com' }} to this server's IP! +

+ + +

+ + Setup an A record for my.{{ dnsCredentials.domain || 'example.com' }} to this server's IP!
+ All DNS records have to be setup manually before each app installation. +
+