forked from uncloud/uncloud
7 lines
339 B
Bash
7 lines
339 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
etcdctl --cert=$HOME/vcs/ungleich-dot-cdist/files/etcd/nico.pem \
|
||
|
--key=/home/nico/vcs/ungleich-dot-cdist/files/etcd/nico-key.pem \
|
||
|
--cacert=$HOME/vcs/ungleich-dot-cdist/files/etcd/ca.pem \
|
||
|
--endpoints https://etcd1.ungleich.ch:2379,https://etcd2.ungleich.ch:2379,https://etcd3.ungleich.ch:2379 "$@"
|