Files
wlan-cloud-loadsim/certs/scripts/create-postgres-client-cert-request.sh
2020-10-20 16:03:11 -07:00

5 lines
132 B
Bash
Executable File

#!/bin/sh
openssl req -batch -config postgres-client.cnf -newkey rsa:2048 -sha256 -out postgresclientcert.csr -outform PEM -nodes