3 lines
93 B
Bash
Executable file
3 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
|
|
openssl req -nodes -new -newkey rsa:4096 -sha256 -out ${1}.csr -keyout ${1}.key
|