Importing a Key Certificate Configuration File

This function is used to update the password encryption algorithm and the certificate expiration alarm date.

Syntax

akt [--conf %s]

Example

akt --conf akt.ini

You can configure the password encryption algorithm in the key configuration file. The AES-128-GCM and AES-256-GCM algorithms are supported. You can also configure the certificate expiration alarm date, which ranges from 7 to 180.

An example of the akt.ini file is as follows:

[COMMON]
# Password encryption algorithm .e.g AES-128-GCM, AES-256-GCM
KEY_ENCRYPT_ALG=AES-128-GCM
# Periodic verification [7-180]
CERT_EXPIRE_REMIND=8