mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-31 18:47:50 +00:00
4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
openssl req -batch -config openssl-client.cnf -newkey rsa:2048 -sha256 -out clientcert.csr -outform PEM -nodes
|
|
|