reset-cipher-suites

      +

      Resets the Couchbase Server cipher suites to the default

      SYNOPSIS

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

      DESCRIPTION

      This command is used to reset the cipher suites to the default for Couchbase Server. This command should only be used when the cipher have been configured in a way that breaks remote access. The cipher suit can be managed using the setting-security 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 node the command is run on). This is required, as the cluster and ciphers suits could be configured in a way 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.

      --config-path

      Manually specify the path to the Couchbase Server configuration file. This is only needed if the configuration file is not in the default location, otherwise it can be found at var/lib/couchbase within the Couchbase Server installation directory.

      Note: on Mac, this path is instead located in the user's home directory, at
      `~/Library/Application Support/Couchbase/var/lib/couchbase`.

      EXAMPLES

      To reset the cipher suites to the default:

      $ couchbase-cli reset-cipher-suites

      SEE ALSO

      COUCHBASE-CLI

      Part of the couchbase-cli suite