RA Mode Properties
| Property | Value | Comment |
|---|---|---|
| CA_MODE | N | The RA certificate is generated and configured in the SCEP agent |
| USERNAME | Username for all the available AppViewX users | Create a new user or use the existing user in AppViewX |
| LOGIN_ENCRYPTED_PASSWORD | Encrypted login password |
Use CryptUtil.jar in the properties folder ../jre/bin/java -jar CryptUtil.jar encrypt <Password to be encrypted> Encrypted Value using CryptUtil.jar for encryption |
| LOGIN_PASSWORD_DECRYPTION_KEY | Decryption key to decrypt the login password | Encrypted Key using CryptUtil.jar for encryption |
| SCEP_P12_FILE | The P12 file name of RA | Configure the CA settings, generate the RA certificate(server certificate) and download the same in P12 format |
| RA_P12_ENCRYPTED_PASSWORD | Encrypted P12 file password |
User CryptUtil.jar in the properties folder ../jre/bin/java -jar CryptUtil.jar encrypt <Password to be encrypted> Encrypted Value using CryptUtil.jar for encryption |
| RA_P12_PASSWORD_DECRYPTION_KEY | Decryption key to decrypt the P12 file password | Encrypted Key using CryptUtil.jar for encryption |
| CERT_GROUP_DEFAULT | Challenge password authentication will be skipped. This group is used for the workflow. | Create a certificate group and policy in AppViewX with the ‘Approval required’ flag based on the customer requirement. Ensure that the policy is associated with the group. |
| CERT_GROUP_AUTO | The certificate will be enrolled without any approval in the workflow | Create a certificate group and policy in AppViewX with the ‘Approval required’ flag as OFF and associate the policy with the group. |
| CERT_GROUP_MANUAL | Log in to AppViewX and perform Approve and Implement actions for certificate enrolment. | Create a certificate group and policy in AppViewX with the ‘Approval required’ flag as ON and associate the policy with the group. |
| SCEP_CHALLENGE | Challenge password is used for authentication | If the password is successfully authenticated, the certificate group with auto-approval will be selected. Else, the certificate group with manual approval will be selected. |