diff options
Diffstat (limited to 'bounce.c')
-rw-r--r-- | bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bounce.c b/bounce.c index d4b6175..2b1413d 100644 --- a/bounce.c +++ b/bounce.c @@ -59,7 +59,7 @@ static void genCert(const char *path) { snprintf(subj, sizeof(subj), "/CN=%.*s", (int)strcspn(name, "."), name); umask(0066); execlp( - "openssl", "openssl", "req", + LIBRESSL_BIN_PREFIX "openssl", "openssl", "req", "-x509", "-new", "-newkey", "rsa:4096", "-sha256", "-days", "1000", "-nodes", "-subj", subj, "-out", path, "-keyout", path, NULL |