Managing Digital Signature
From AgileApps Support Wiki
Revision as of 06:20, 18 January 2017 by imported>Aeric
Digital Signature
The digital signature feature allows a user to digitally sign the email and confirms the authenticity of the sender. Digital signature is available only for on premise customers.
To enable digital signature feature:
- Open the Networking.properties file available in {install_dir}/profiles/LJP/configuration/tomcat/conf/RN/networking.properties
- Add the following configuration entries in the Networking.properties file.
- A. keystoreFile: specifies the certificate used to digitally sign the mails sent by AgileApps.
- Value: keystoreFile=/{install_dir}/profiles/LJP/configuration/tomcat/conf/RN/thirdParty
- B. keystorePass: specifies the password to access the keystore.
- Value: keystorePass=<key_pass>
- C. digiSignEmailKeyAlias: specifies the key alias in the digital signature certificate.
- Value: digiSignEmailKeyAlias=<key_alias>
- D. digitally_sign_email_enabled: used to enable digital signature for the emails which are sent by AgileApps.
- Value: digitally_sign_email_enabled=1
- E. digitally_sign_digest_algorithm: used to select a valid digest algorithm. Supported algorithms are DIGEST_SHA1, DIGEST_MD5, DIGEST_SHA256, DIGEST_SHA384, and DIGEST_SHA512. The default algorithm is DIGEST_SHA512.
- Value: digitally_sign_digest_algorithm=DIGEST_SHA512
- F. passmanConfigFile: specifies the file path of the configuration file that is used for securing keystore password of the certificate
- Value: passmanConfigFile=/{install_dir}/profiles/LJP/configuration/tomcat/conf/RN/agileappsPassMan.config.xml
- A. keystoreFile: specifies the certificate used to digitally sign the mails sent by AgileApps.
- 3. Copy the file agileappsPassMan.config.xml to /{install_dir}/profiles/LJP/configuration/tomcat/conf/RN.