fix email
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 2m10s

This commit is contained in:
Smile Rex
2026-03-03 22:23:28 +03:00
parent cdc39c1dd1
commit 23e7878e0d

View File

@@ -11,7 +11,7 @@ import (
)
func main() {
certmagic.DefaultACME.Email = "your-email@example.com"
certmagic.DefaultACME.Email = "serverussnap@outlook.com"
certmagic.DefaultACME.Agreed = true
tlsConfig, err := certmagic.TLS([]string{"qgo-server.quizer.space"})