certificate
The certificate
command is used to manage the system’s certificates that are used to establish TLS connections to the audit server as well as to secure HTTPS sessions.
Note
The certificate
command can only be used by an administrator.
The autocert
file is a default certificate file, generated when the IP address is changed from factory settings, or when an audit or an HTTPS session starts with no selected certificate.
Synopsis
certificate name/all get |
Actions
Action | Description |
---|---|
get | Displays the information for the specified certificate or all certificates, including certificate name, type, signature, subject, issuer, expiration, and fingerprint. |
list | Lists the specified certificate or all certificates installed on the encoder, including the type and name. |
view | Displays the content of the named certificate file. |
create | Generates a Self-signed certificate or a Certificate Signing Request. The |
delete | Deletes the selected certificate. The Note Thetype specification may be added to specify the deletion of the Identity certificate, the chain associated with it, or the CA certificate with the given name.
|
import | Imports a certificate to be installed on the device. The |
select | Selects the certificate used when establishing a TLS connection with the audit server or starting an HTTPS session. |
verify | Verifies the validity of the specified certificate. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
sign | self | The signature type for the certificate:
|
subject | query | Sets the certificate's distinguished name parameters:
|
type | id | The type of certificate to either import or generate: Note Only ID certificates can be generated. Chain and CA certificates can only be imported.
|
fmt | auto | The format in which the certificate is encrypted:
|
infile | N/A | The name of the file to import. Note The administrator has previously downloaded/uploaded the certificate file to import in its home directory (using SCP, for example). |
Examples
# certificate all get Returns the certificate information for the Makito X4. Certificate Name : autocert (default) |
Related Topics