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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
openssl req -newkey rsa:2048 -sha256 -keyout rootAkey.pem -out rootAreq.pem -nodes -config ./rootA.cnf -days 365 -batch