Skip to content

Commit

Permalink
chore: remove cname swap message as it is no longer a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Crispy1975 authored and sweatybridge committed Sep 23, 2024
1 parent cd94f35 commit d4b920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hostnames/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Please ensure that your custom domain is set up as a CNAME record to your Supaba
records = fmt.Sprintf("\n\t%s TXT -> %s", owner.Name, owner.Value)
}
if ssl[0].TxtName != "" {
records = fmt.Sprintf("%s\n\t%s TXT -> %s (replace any existing CNAME records)", records, ssl[0].TxtName, ssl[0].TxtValue)
records = fmt.Sprintf("%s\n\t%s TXT -> %s", records, ssl[0].TxtName, ssl[0].TxtValue)
}
status := fmt.Sprintf("Custom hostname verification in-progress; please configure the appropriate DNS entries and request re-verification.\n"+
"Required outstanding validation records: %s\n",
Expand Down

0 comments on commit d4b920a

Please sign in to comment.