#/bin/sh
openssl x509 -req -days 3650 -in client/client.csr -CA ../ca/ca.crt  -CAkey ../ca/private/ca.key -CAcreateserial -out client/client.crt
