Running Service
The ai-vault run [options] command is used to start the AI-VAULT service.
For details about the [options], see the following table.
Option |
Description |
|---|---|
-certExpireAlarmDays |
Number of days before the certificate expiration when users are reminded of the certificate expiration. The value ranges from 7 to 180. The default value is 90. |
-checkPeriodDays |
Certificate check cycle. The value ranges from 1 to the number of days when a reminder will be generated prior to the certificate expiration. The default value is 7. |
-ip |
Server IP address (127.0.0.1 by default). |
-maxKMSAgent |
Maximum number of KMSAgent connections. The default value is 128. |
-maxLinkPerKMSAgent |
Maximum number of connections to each KMSAgent. The default value is 32. |
-maxMkNum |
Maximum master key ID. The default value is 10. |
-mgmtPort |
Listening port number of the key service. The value ranges from 1025 to 40000. The default value is 8180. |
-servicePort |
Server port number of the encryption and decryption service. The value ranges from 1025 to 40000. The default value is 8181. |
-dbBackup |
Path for storing the backup files of the ai-vault database. {$HOME} indicates the home path of the user. The specified folder must exist and the permission is 0700. The default path is {$HOME}/.ai-vault/backup. |
-certBackup |
Path for storing the backup of the imported certificate. {$HOME} indicates the home path of the user. The specified folder must exist and the permission is 0700. The default path is {$HOME}/.ai-vault/backup/. |
--h or --help |
Help information |