CA Mode: Properties
| Property | Value | Comment |
|---|---|---|
| CA_MODE | Y | This will currently work for AppViewX CA and Custom CA |
| 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 |
| CA_CERT_SERIAL_NUMBER | CA or Intermediate CA serial number | The CA settings and the serial number for the CA or Intermediate CA is configured |
| 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. |