From: Mark Wooding Date: Sun, 31 Jul 2011 17:27:03 +0000 (+0100) Subject: bin/make-ca-key, etc/issuer: Split the issuer name out. X-Git-Url: https://git.distorted.org.uk/~mdw/ca/commitdiff_plain/0208298d32bb8eebce6e516a6afea9c81c41c716 bin/make-ca-key, etc/issuer: Split the issuer name out. Makes the configuration-file nature of the issuer name more apparent. --- diff --git a/bin/make-ca-key b/bin/make-ca-key index f563bd9..bb3f83b 100755 --- a/bin/make-ca-key +++ b/bin/make-ca-key @@ -34,15 +34,7 @@ echo 01 >state/crlnumber ## Set the CA subject name. It won't fit on one line, and there's no ## good way of continuing it. Have fun parsing the sed. -subject=$(sed -n 's:^:/:;1h;2,$H;${x;s/\n//g;p;}' <