rustls/test-ca
Daniel McCarney 44bac99c6e fix: avoid hardcoded (ba)sh path in helper scripts.
Prior to this commit some helper scripts used hardcoded paths to
`/bin/sh` and `/bin/bash` in script shebangs. This will error on systems
that don't place `bash` in `/bin/` (e.g. NixOS).

This commit updates the scripts to use `/usr/bin/env` to find `bash`
based on the user's `$PATH`. This has better portability and allows the
scripts to run without err (or specifying an interpreter explicitly) on
systems with atypical `bash` installs.
2023-03-02 10:28:10 +01:00
..
ecdsa Use 4096-bit RSA CA key 2019-06-16 20:57:14 +01:00
eddsa Add initial test-ca/eddsa with output for Ed25519 2020-06-20 14:39:39 +01:00
rsa Use 4096-bit RSA CA key 2019-06-16 20:57:14 +01:00
build-a-pki.sh fix: avoid hardcoded (ba)sh path in helper scripts. 2023-03-02 10:28:10 +01:00
openssl.cnf Rebuild test certs with appropriate EKU 2017-09-02 12:24:59 -10:00