We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One neat feature of cbdyncluster was the ability to configure the cluster to use client certificates. Here's what that looks like:
CLUSTER_ID=`cbdyncluster allocate --num-nodes 1 --server-version 6.5.1` cbdyncluster setup $CLUSTER_ID --bucket default --user alice:password --node kv cbdyncluster setup-cert-auth $CLUSTER_ID --user alice
After configuring the cluster, cbdyncluster writes 3 files to the local working directory:
As a convenience, it might be nice if cbdinocluster (optionally?) assembled client.pem and client.key into a pkcs12 bundle.
client.pem
client.key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One neat feature of cbdyncluster was the ability to configure the cluster to use client certificates. Here's what that looks like:
After configuring the cluster, cbdyncluster writes 3 files to the local working directory:
As a convenience, it might be nice if cbdinocluster (optionally?) assembled
client.pem
andclient.key
into a pkcs12 bundle.The text was updated successfully, but these errors were encountered: