Hi Devs, I recently tried to implement the 'new-order' process in Node.JS and came across several confusions which are required to be cleared before we can move on:
1. Are authorization resources created only when a new-order request comes to the server or they are stored in the database and returned when a new-order request id encountered? 2. If the resources are created in runtime, then how do I proceed? Should I first create challenge resources in challenges table and then create authorization resources or vice-versa? 3. Is it defined or mentioned somewhere that how many authorizations should be sent to a client in response to a new-order request? 4. Is it defined or mentioned somewhere that how many challenges should be there in an authorization and what should be their types? 5. Do we consider an authorization as valid when the client validates even one of the challenges sent to him? I have just started to study ACME and thought to implement it. Any help on any of these questions will be really appreciable and helpful. Thanks in advance!! Regards *Prasheel*
_______________________________________________ Acme mailing list [email protected] https://www.ietf.org/mailman/listinfo/acme
