Client ID # Every application wishing to interact with AcraServer should provide an identifier called client ID. Based on the client ID, AcraServer will choose corresponding encryption keys to process client requests. To pass client ID from application to AcraServer you should make AcraServer derive identifier from client TLS certificate. Also, one can avoid doing it and set static client ID with --client_id flag to Acra. For AcraTranslator, however, there is one more method: specifying clien...