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