Make make-ca.sh assume less about the system

This commit is contained in:
jD91mZM2 2018-05-08 10:29:09 +02:00
parent 74c4e73791
commit d2ec561ca0
No known key found for this signature in database
GPG Key ID: 3055D54729A72666

View File

@ -0,0 +1,12 @@
1c1
< #!/bin/bash
---
> #!/usr/bin/env bash
31,33c31,33
< CERTUTIL="/usr/bin/certutil"
< KEYTOOL="/opt/jdk/bin/keytool"
< OPENSSL="/usr/bin/openssl"
---
> CERTUTIL="certutil"
> KEYTOOL="keytool"
> OPENSSL="openssl"