config.system.set_ssl_redirection
ROLE: Admin
Description | Enables / disables the redirection from HTTP (80) to HTTPS (443). | |
---|---|---|
Syntax | config.system.set_ssl_redirection redirect=YESNO | |
Arguments | redirect | Either yes or no |
Example | ||
Redirecting all sessions to use SSL | ||
config.system.set_ssl_redirection redirect=yes | ||
HTTPS redirection set to "enabled" |
config.system.ssl_certificate.clear
ROLE: Admin
Description | Clears the existing SSL certificate and replaces it with a self-signed certificate. | |
---|---|---|
Syntax | config.system.ssl_certificate.clear | |
Example | ||
config.system.ssl_certificate.clear | ||
SSL certificate cleared, generated a self-signed certificate. |
config.system.ssl_certificate.clear_vasa_certificate
ROLE: Admin
Description | Clears the existing SSL certificate and replaces it with a self-signed certificate. | |
---|---|---|
Syntax | config.system.ssl_certificate.clear_vasa_certificate | |
Example | ||
config.system.ssl_certificate.clear_vasa_certificate | ||
SSL certificate cleared, generated a self-signed VASA certificate. |
config.system.ssl_certificate.create_csr
ROLE: Admin
Description | Create a Certificate Sign Request (CSR) file. This file includes only the public key and is a more secure method of generating a certificate. | |
Syntax | config.system.ssl_certificate.create_csr [filepath=STR] [country=STR] [common_name=STR] [organization=STR] [organization_unit=STR] [state_province=STR] [city_locality=STR] [email_address=STR] [subject_alternative_names_dns=STR] subject_alternative_names_ip=IPADDR} | |
Arguments | filepath | Any sequence of characters |
country | Any sequence of characters | |
common_name | Any sequence of characters | |
organization | Any sequence of characters | |
organization_unit | Any sequence of characters | |
state_province | Any sequence of characters | |
city_locality | Any sequence of characters | |
email_address | Any sequence of characters | |
subject_alternative_name_dns | Any sequence of characters | |
subject_alternative_name_ip | A valid IPV4 address |
config.system.ssl_certificate.query
ROLE: Admin
Description | Show current certificate data. | |
---|---|---|
Syntax | config.system.ssl_certificate.query | |
Example | ||
config.system.ssl_certificate.query | ||
|
config.system.ssl_certificate.upload
ROLE: Admin
Description | Sets the system's SSL certificate using a concatenated file of a private key file followed a signed certificate whose public key matches the private key. InfiniBox validates that:
| |
---|---|---|
Syntax | config.system.ssl_certificate.upload filename=STR | |
Arguments | filename | Any sequence of characters |
Example | ||
config.system.ssl_certificate.set_ssl filename=c:\cert.pem | ||
System SSL Certificate uploaded |
config.system.ssl_certificate.upload_signed_csr
ROLE: Admin
Description | Sets the system's SSL certificate using a signed CSR file. | |
---|---|---|
Syntax | config.system.ssl_certificate.upload_signed_csr filename=STR | |
Arguments | filename | Any sequence of characters |
Example | ||
config.system.ssl_certificate.upload_signed_csr | ||
Signed CSR uploaded successfully |
Last edited: 2022-08-06 08:35:05 UTC
Comments