Use a more generic form

This commit is contained in:
Bruno Silvestre
2019-10-19 10:22:21 -03:00
parent caeaa5ffda
commit 860b2a8b5f
8 changed files with 8 additions and 8 deletions

2
samples/key/genkey.sh Normal file → Executable file
View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/usr/bin/env sh
openssl genrsa -des3 -out key.pem -passout pass:foobar 2048