summary refs log tree commit diff
path: root/nixos/tests/common/acme/server/mkcerts.sh
blob: cc7f8ca650dd43c1161c8fa9372af9ac3ec721cb (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env nix-shell
#!nix-shell -p nix bash -i bash
set -e
cd "$(dirname "$0")"
storepath="$(nix-build --no-out-link mkcerts.nix)"
cat "$storepath" > snakeoil-certs.nix