]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cli/ceph-authtool/create-gen-list-bin.t
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / test / cli / ceph-authtool / create-gen-list-bin.t
1 $ ceph-authtool kring --create-keyring
2 creating kring
3
4 $ ceph-authtool kring --list
5
6 $ ceph-authtool kring --gen-key
7
8 # cram makes matching escape-containing lines with regexps a bit ugly
9 $ ceph-authtool kring --list
10 [client.admin]
11 \\tkey = [a-zA-Z0-9+/]+=* \(esc\) (re)
12
13 # synonym
14 $ ceph-authtool kring -l
15 [client.admin]
16 \\tkey = [a-zA-Z0-9+/]+=* \(esc\) (re)
17