diff --git a/recipes/ca-certificates/make-ca.patch b/recipes/ca-certificates/make-ca.patch
new file mode 100644
index 0000000000000000000000000000000000000000..73feb135433d6d4e395d1b8e6d67a882061c4a07
--- /dev/null
+++ b/recipes/ca-certificates/make-ca.patch
@@ -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"