Certificate Commands
The certificate commands are used to enable or disable the SSL for the AE application. It is also used to generate and update SSL certificates, as well as to validate the SSL certificate. For more information on SSL certificates, see the SSL Certificates and Licensing Prerequisites.
Following are the certificate commands:
CERT CSR
The cert csr command is used to generate the certificate signing request for the CA authority, then CA generates the SSL certificate for the AE application. After executing this command, server.csr and server.key files are generated as an output in the <Installation Directory>\AssistEdgeAutomation\data\Certificates\CSR folder.
Syntax Defined
Syntax: ae cert csr
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae cert csr
|
Enter details related to the user as mentioned below:
- Web server hostname: Provide the web server hostname of the database for AssistEdge and then press <Enter>8 .
- App server hostname: Provide the app server hostname of the database for AssistEdge and then press <Enter>8 .
- Common Name: Provide the common name with which the AssistEdge server will be accessed (Example – aeEngage-prod.com) and then press <Enter>8 .
- Country: Provide the country name in which the organization is located and then press <Enter>8 .
- State: Provide the state name in which the organization is located and then press <Enter>8 .
- Locality: Provide the locality name in which the organization is located and then press <Enter>8 .
- Organization Name: Provide the name of the organization for which the certificate signing request is created and then press <Enter>8 .
- Organization Unit: Provide the name of the organization unit for which the certificate signing request is created and then press <Enter>8 .
ENABLESSL
The enablessl command is used to enable SSL for the AE application.
Prerequisites
Before executing the enablessl command, ensure:
- All the components are stopped.
- To have a commercial certificate or a self-signed certificate in the <Installation Directory>\AssistEdgeAutomation\data\Certificates folder.
Syntax Defined
Syntax: ae enablessl
Alias Defined
Alias: ae essl
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae enablessl
|
DISABLESSL
The disablessl command disables SSL for the AE application.
Prerequisites
Before executing the disablessl command, stop all the components.and.
Syntax Defined
Syntax: ae disablessl
Alias Defined
Alias: ae dssl
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae disablessl
|
CERT UPDATE
The cert update command updates the SSL certificate file.
Prerequisites
Before executing the enablessl command, ensure:
- All components are stopped.
- To enable the SSL.
Syntax Defined
Syntax: ae cert update
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae cert update
|
CERT INFO
The cert info command is used to check whether SSL is enabled and displays information about SSL certificates. It can also be used for the verification and debugging of the SSL certificate.
Syntax Defined
Syntax: ae cert info
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae cert info
|