In my web hosting, my customers can specify sites that need https certificates at any time. Currently when I detect that a cert needs to be replaced because new domains are needed, I am generating new identifiers for every domain that will be in the new cert, including ones that were in the last cert. For my most active base domain this might happen every day or even as much as 3 times a day. And so it finally bit me, I got rate limited for creating too many identifiers in a week for a single base domain..
If I find that there is an identifier already for a domain, and it has status "valid", can I reuse it in the new certificate request?
Also is there an Expires field on an identifer?