Skip to main content
For this step, you must log in with an identity that has a role with the Security:Key Settings permission. You can use the default Administrator role and Admin identities.
Apache HTTP Server requires asymmetric keys with multiple usages, which you can configure, but the Vectera Plus does not enable it by default. Apache requires the SVX multi-usage combination. Choose one of the following methods to enable SVX:

Excrypt Manager

Perform the following steps in Excrypt Manager to enable SVX:
1
Go to the Extended Options menu. In the Usage section, select either Asymmetric Authorize or Asymmetric Anonymous in the drop-down menu according to the following scenarios:
  • If you configured mutual authentication for the connection between the Futurex PKCS #11 library and the Vectera Plus in the previous section, select Asymmetric Authorize.
  • If you configured server-side authentication in the previous section, select Asymmetric Anonymous.
After selecting one of the options, select [ Add ].
2
Select the SVX usage combination and select [ OK ].
3
Select [ Save ] to save the changes.

FXCLI

Perform the following steps in FXCLI to enable SVX:
1
If you configured mutual authentication for the connection between the Futurex PKCS #11 library and the Vectera Plus in the previous section, run the following multi-usage add FXCLI command to add the SVX multi-usage combination for asymmetric keys for authorized users:
FXCLI
  multi-usage add --asymmetric --auth -svx
2
If you configured server-side authentication in the previous section, run the multi-usage add FXCLI command below to add the SVX multi-usage combination for asymmetric keys for anonymous users:
FXCLI
  multi-usage add --asymmetric --anon -svx