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 | |
|
config.system.ssl_certificate.clear_vasa_certificate
ROLE: Admin
Description | Generate a new certificate for the VASA Provider to support VMware vVols. | |
Syntax | config.system.ssl_certificate.clear_vasa_certificate | |
Example | config.system.ssl_certificate.clear_vasa_certificate | |
|
config.system.ssl_certificate.query
ROLE: Admin
Description | Show current SSL certificate data. | |
Syntax | config.system.ssl_certificate.query | |
Example | config.system.ssl_certificate.query | |
Public Key Modulus A************************************************************ Public Key Algorithm RSA Public Key Raw -----BEGIN PUBLIC KEY----- M************************************************************ -----END PUBLIC KEY----- Certificate Issued By Country US Certificate Issued By Organization Infinidat, Ltd. Certificate Issued By Cn Infinilab Certificate Issued To Country US Certificate Issued To Organization Infinidat, Ltd. Certificate Issued To Cn **** |
config.system.ssl_certificate.create_csr
This command is available from the InfiniBox management console, or from the standalone CLI only.
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=IPADDRESS] | |
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_names_dns | Any sequence of characters | |
subject_alternative_names_ip | A valid IPv4 address | |
Example | config.system.ssl_certificate.create_csr | |
config.system.ssl_certificate.upload
This command is available from the InfiniBox management console, or from the standalone CLI only.
ROLE: Admin
Description | Set the SSL certificate for the system. | |
Syntax | config.system.ssl_certificate.upload filename=STR | |
Arguments | filename | Any sequence of characters |
Example | config.system.ssl_certificate.create_upload filename=certificate_file.crt | |
config.system.ssl_certificate.upload_signed_csr
This command is available from the InfiniBox management console, or from the standalone CLI only.
ROLE: Admin
Description | Set the SSL certificate for the system 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.create_upload_signed_csr filename=certificate_file.crt | |
Last edited: 2022-08-06 08:35:38 UTC
Comments