Skip to content

Instantly share code, notes, and snippets.

@danabrey
danabrey / valet-mkcert
Created August 19, 2025 10:55
Using mkcert to create certificates for valet-linux applications
#!/usr/bin/env bash
# Usage: valet-mkcert <domain>
DOMAIN=$1
if [ -z "$DOMAIN" ]; then
echo "Usage: valet-mkcert <domain.test>"
exit 1
fi