Use a more generic form

master
Bruno Silvestre 2019-10-19 10:12:20 -03:00
parent 9d84469912
commit caeaa5ffda
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
openssl dhparam -2 -out dh-512.pem -outform PEM 512
openssl dhparam -2 -out dh-1024.pem -outform PEM 1024