X-Git-Url: https://git.distorted.org.uk/~mdw/ca/blobdiff_plain/624478e5d65e04f6108f58b2938af74144e2e4c0..7d993891a3a9a83577d70e78493de7a51b830fad:/bin/setup diff --git a/bin/setup b/bin/setup index ab3d0b2..845c2a4 100755 --- a/bin/setup +++ b/bin/setup @@ -64,7 +64,7 @@ make-directories 0750 "private" set subject "" foreach {attr value} $C(ca-name) { append subject "/$attr=$value" } exec >@stdout 2>@stderr openssl req -config "etc/openssl.conf" \ - -out "ca.cert" -keyout "private/ca.key" \ + -text -out "ca.cert" -keyout "private/ca.key" \ -new -x509 -days $C(ca-period) \ -subj $subject file attributes "ca.cert" \