These steps are typically performed by the OpenVPN Access Server Admin. See Underlying Responsibility Roles for more information.
Admin ResponsibilityAs an Access Server Admin, you have the necessary permissions to:
- Access the Admin Web UI (
https://<HOSTNAME_OR_IP>:943/admin) - Generate and manage certificates stored in CryptoHub
Admin Web UI Method
Log in to the OpenVPN Access Server Admin Web UI.Example:
https://<HOSTNAME_OR_IP>:943/adminPort 943 is the default port for the OpenVPN Access Server Admin Web UI.In the New CA Certificate menu:
- Enter a Common Name (CN) for the CA.
- Under Signing algorithm, select either RSA 2048 or RSA 4096.
- Select [ Add new CA and Restart ].
Admin CLI Method (sacli)
Run the following command to create a new CA Certificate:
| Parameter | Value |
|---|---|
key_algorithm | rsa |
keysize | 2048 or 4096 |
newca_cn | Enter your desired CA name (e.g., Futurex_CA) |
Replace
Futurex_CA with your preferred CA name. It is recommended to use a name that clearly identifies it as a CA certificate, making it easier for the OpenVPN Connect User to distinguish it from their client certificate.This command will also restart the Access Server services upon completion.
