Hello,
I’m just searched this forum and the docs for what’s is the maximium number of maximum number of client certificates that I can generate, since the docs says that in a production env I should generate a certificate for each customer after the first handshake/device-register.
So far I found this thread Shield API: Create client certificate on demand via API - #3 by amayorga that says the limit is 100 per zone.
Even if I only use a cert for each release of the application to the store, it would still reach eventualy this limit.
I think alternative is to upload the private key and make the signing by myself, is that correct?