You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err: errors.New("authority.Sign: certificate request does not contain the valid DNS names - got [test.smallstep.com smallstep test], want [test.smallstep.com]"),
325
+
err: errors.New("certificate request does not contain the valid DNS names - got [test.smallstep.com smallstep test], want [test.smallstep.com]"),
326
326
code: http.StatusBadRequest,
327
327
}
328
328
},
@@ -348,7 +348,7 @@ ZYtQ9Ot36qc=
348
348
csr: csr,
349
349
extraOpts: extraOpts,
350
350
signOpts: signOpts,
351
-
err: errors.New("authority.Sign: certificate request RSA key must be at least 2048 bits (256 bytes)"),
351
+
err: errors.New("certificate request RSA key must be at least 2048 bits (256 bytes)"),
0 commit comments