rladmin 集群证书
设置群集证书。
Redis 企业软件 |
---|
将群集证书设置为指定的 PEM 文件。
rladmin cluster certificate
set <certificate name>
certificate_file <certificate filepath>
[ key_file <key filepath> ]
To set a certificate for a specific service, use the corresponding certificate name. See the certificates table for the list of cluster certificates and their descriptions.
Parameters
Parameter
Type/Value
Description
certificate name
'cm'
'api'
'proxy'
'syncer'
'metrics_exporter'
Name of the certificate to update
certificate_file
filepath
Path to the certificate file
key_file
filepath
Path to the key file (optional)
Returns
Reports that the certificate was set to the specified file. Returns an error message if the certificate fails to update.
Example
$ rladmin cluster certificate set proxy \
certificate_file /tmp/proxy.pem
Set proxy certificate to contents of file /tmp/proxy.pem
On this page