We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfed10 commit df7f268Copy full SHA for df7f268
flake.nix
@@ -36,10 +36,7 @@
36
echo "Generating TLS certificates for localhost..."
37
cd certs
38
mkcert -install >/dev/null 2>&1
39
- mkcert localhost 127.0.0.1
40
- # Rename files to standard key/cert naming
41
- mv localhost+1-key.pem localhost-key.pem
42
- mv localhost+1.pem localhost.pem
+ mkcert --cert-file localhost.pem --key-file localhost-key.pem localhost 127.0.0.1
43
cd ..
44
echo "✅ TLS certificates generated!"
45
else
0 commit comments