Commit 99b7c442 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Reduce validity time of dev certs generated by mk-cert

parent 33409034
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ generate_cert() (
			-subj "$subject" |
		openssl ca -batch \
			-config "$CONFIG" \
			-days 365 \
			-days 30 \
			-passin fd:3 3<<<"$CA_PASS" \
			-in /dev/stdin
	fi >/dev/null