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.
1 parent bae805a commit ad00ed4Copy full SHA for ad00ed4
internal/cert/register.go
@@ -13,6 +13,8 @@ import (
13
14
// InitRegister init the default user for acme
15
func InitRegister(ctx context.Context) {
16
+ initBroadcastStatus(ctx)
17
+
18
email := settings.CertSettings.Email
19
if settings.CertSettings.Email == "" {
20
return
@@ -52,8 +54,6 @@ func InitRegister(ctx context.Context) {
52
54
}
53
55
56
logger.Info("ACME Default User registered")
-
- initBroadcastStatus(ctx)
57
58
59
func GetDefaultACMEUser() (user *model.AcmeUser, err error) {
0 commit comments