connectorctl cert generate
This command regenerates a connector self-signed certificate. Once you deploy the self-signed certficate, you can view the certificate with the connectorctl showcert command.
connectorctl cert generate
Command History
|
Earlier than Release 2.3.2 |
The Connector SSL certificate contains the IP address in the Subject Alternative Name (SAN) field of the CSR. |
|
Release 2.3.2 |
From 2.3.2, the connector SSL certificate contains the Fully Qualified Domain Name (FQDN) or the hostname in the Subject Alternative Name (SAN) field of the CSR. |
Usage Guidelines
The FQDN and hostname configures the Certificate Signing Request (CSR) of a CA-signed certificate. When the CSR is signed by the CA, the created certificate contains the FQDN or the hostname in the SAN field.
With CSCvt29826, AAA with IPSec is not compatible with a certificate that is generated on a Connector of key type Elliptic Curve Digital Signature Algorithm (ECDSA) that is generated with the connectorctl generatecert command.
Examples
The following is a sample output of the command:
[dnasadmin@conn171 ~]$ connectorctl generatecert
Key Type [RSA/ECDSA] [RSA]:
Generating RSA private key, 2048 bit long modulus
.
........
e is 65537 (0x10001)
generatecert successful.
Note: Rsyslog service is enabled with TLS protocol.
You may need to deploy connector's CA certificate into Remote Syslog Server.
You can use "connectorctl exportcacert" command to extract the CA certitifcate.
Afterwards, you may need to restart rsyslog service. using "connectorctl rsyslogconfig restart"

Feedback