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 ca7e7b6 commit 35e41c2Copy full SHA for 35e41c2
ra/ra.go
@@ -748,6 +748,9 @@ func (ra *RegistrationAuthorityImpl) checkAuthorizationsCAA(
748
acctID int64,
749
authzs map[identifier.ACMEIdentifier]*core.Authorization,
750
now time.Time) error {
751
+ if len(authzs) == 0 {
752
+ return berrors.MalformedError("order with no authorizations")
753
+ }
754
// recheckAuthzs is a list of authorizations that must have their CAA records rechecked
755
var recheckAuthzs []*core.Authorization
756
0 commit comments