We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c61ce9 + 523bdd5 commit 43e49c3Copy full SHA for 43e49c3
src/cmd/cli/command/commands.go
@@ -743,7 +743,7 @@ func printEndpoints(serviceInfos []*defangv1.ServiceInfo) {
743
if serviceInfo.ZoneId != "" {
744
fmt.Println(" -", "https://"+serviceInfo.Service.Domainname)
745
} else {
746
- fmt.Println(" -", "https://"+serviceInfo.Service.Domainname+" (after ACME cert activation)")
+ fmt.Println(" -", "https://"+serviceInfo.Service.Domainname+" (after `defang cert generate` to get a Let's Encrypt certificate)")
747
}
748
749
0 commit comments