#!/bin/bash # # make-client-certs.sh - creates the client certs for registering with Mumble # # Usage: # # make-client-certs.sh # # make-client-certs.sh # # Notes: # # * The certs are self-signed and are not passphrase protected. Depending on # the target environment and usage, this may or may not be OK. If you need # a passphrase, you'll need to hack Mumlib. # # * The names are hard-coded in mumsi to match -key.pem and # -cert.pem. This is done to make it easier to configure multi-line # functionality. # # * When generating files for a series of users, the counter is appended to the # user name, from '0' to one less than the COUNT. function usage { cat <