after making a new order that contains a base domain , wildcard and forth level
order = Await acme.NewOrder({ "example.com" , "*.example.com" , "*.acc.example.com" })
I got a valid challenge state on the first two authzs but the third one I always get Challenge.Status = invalid
after making a new order that contains a base domain , wildcard and forth level
order = Await acme.NewOrder({ "example.com" , "*.example.com" , "*.acc.example.com" })
I got a valid challenge state on the first two authzs but the third one I always get Challenge.Status = invalid