Просмотр исходного кода

use ZeroSSL fallback for git.database.pizza

Let's Encrypt's multi-perspective validators fail to resolve the host through Namecheap's authoritative DNS even though the record is correct and resolves everywhere else. Set the ACME account email so Caddy falls back to ZeroSSL, which issues successfully.
Danilo Fragoso 1 день назад
Родитель
Сommit
683577eb54
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deploy/Caddyfile

+ 1 - 1
deploy/Caddyfile

@@ -65,7 +65,7 @@ import /home/pizzadatabase/testmarket/Caddyfile
 import /home/pizzadatabase/pizza-admin/Caddyfile
 import /home/pizzadatabase/pizza-admin/Caddyfile
 
 
 git.database.pizza {
 git.database.pizza {
-	tls internal
+	tls admin@database.pizza
 	encode zstd gzip
 	encode zstd gzip
 	header X-Content-Type-Options nosniff
 	header X-Content-Type-Options nosniff
 	reverse_proxy 127.0.0.1:3001
 	reverse_proxy 127.0.0.1:3001