Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.44 KB

File metadata and controls

51 lines (33 loc) · 1.44 KB

reset-cipher-suites

Resets the Couchbase Server cipher suites to the default

SYNOPSIS

couchbase-cli reset-cipher-suites [--force] [--port <port>]

DESCRIPTION

This command is used to reset the cipher suites to the default for Couchbase Server. This command used only be used when the cipher have been configured in a way that breaks remote access. The cipher suit can be managed using the man:couchbase-cli-settinig-security[1] command.

The reset-cipher-suites command must be run locally on a node that is part of the cluster (i.e. must connect to the host the command is run on). This is required, as the cluster and ciphers suits could be configured in away that disables remote access. reset-cipher-suites uses the local authentication token as a result the user that execute the command needs to have read access to the local Couchbase Server configuration files.

OPTIONS

--force

It reset the cipher suites without asking for confirmation.

--port

Specify the REST API port of the locally running Couchbase Server. If no port is specified the default port 8091 is used.

EXAMPLES

To reset the cipher suites to the default:

$ couchbase-cli reset-cipher-suites

SEE ALSO

man:couchbase-cli-setting-security.adoc[1],