Skip to content
Snippets Groups Projects
Verified Commit d2ec561c authored by jD91mZM2's avatar jD91mZM2
Browse files

Make make-ca.sh assume less about the system

parent 74c4e737
No related branches found
No related tags found
1 merge request!156Make make-ca.sh assume less about the system
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment