[TASK] Create tool to help generate snakeoil ssl certificates.
This commit is contained in:
parent
1c5ddd7e82
commit
3a71053b69
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
openssl genrsa -out privkey.pem
|
||||
openssl req -new -key privkey.pem -out cert.csr
|
||||
openssl req -new -x509 -key privkey.pem -out cert.pem -days 1095
|
Loading…
Reference in New Issue