fix email
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 2m10s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 2m10s
This commit is contained in:
2
main.go
2
main.go
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
certmagic.DefaultACME.Email = "your-email@example.com"
|
certmagic.DefaultACME.Email = "serverussnap@outlook.com"
|
||||||
certmagic.DefaultACME.Agreed = true
|
certmagic.DefaultACME.Agreed = true
|
||||||
|
|
||||||
tlsConfig, err := certmagic.TLS([]string{"qgo-server.quizer.space"})
|
tlsConfig, err := certmagic.TLS([]string{"qgo-server.quizer.space"})
|
||||||
|
|||||||
Reference in New Issue
Block a user