some updates
This commit is contained in:
parent
94bc968fe8
commit
ed0094342c
3 changed files with 51 additions and 1 deletions
3
csr.sh
Executable file
3
csr.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
openssl req -nodes -new -newkey rsa:4096 -sha256 -out ${1}.csr -keyout ${1}.key
|
||||
Loading…
Add table
Add a link
Reference in a new issue