Adobe AIR 1.5 for Linux has three separate certificate stores:
- Code signing certificate store
- SSL certificate store
- DRM certificate store
There are three separate certificate stores because the DRM certificate store requires certificates in NSS (cert8.db) format; however, the code signing certificate store was designed for certificates in the PEM format. The SSL certificate store has the requirement that a user should be able to modify it without any problems; therefore, a per user certificate store was created that may be modified by the user.

