This repository has been archived on 2022-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
ssladmin/gen.serverclient.csr.sh

6 lines
196 B
Bash
Raw Normal View History

2016-02-22 01:42:47 -05:00
#!/bin/bash
set -e
echo "Generating CSR (${1})..."
openssl req -config ${rootdir}/intermediate/openssl.cnf -new -sha512 -key ${rootdir}/key/${1}.key -out ${rootdir}/csr/${1}.csr > /dev/null 2>&1