Hi Devs, I am facing an issue while implementing the ACME. I am trying to create new-order endpoint which should provide the order object with the list of authorizations in response.
So, I need to create the record in authorization entity and further in challenges entity. I have set the primary key(id) of authorization and challenges to autoIncrement. I am facing the issue that for creating an order I need to first insert a record in order entity leaving the authorizations field data empty. Then further I need to create a record in authorization entity which will provide me with the id (primary key) and this id is required to create authorization's URL. so should I remove authorization id (PK) from autoincrement and generate it randomly? Thanks in advance!! Regards *Prasheel*
_______________________________________________ Acme mailing list [email protected] https://www.ietf.org/mailman/listinfo/acme
