From 0208298d32bb8eebce6e516a6afea9c81c41c716 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 31 Jul 2011 18:27:03 +0100 Subject: [PATCH] bin/make-ca-key, etc/issuer: Split the issuer name out. Makes the configuration-file nature of the issuer name more apparent. --- bin/make-ca-key | 10 +--------- etc/issuer | 6 ++++++ 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 etc/issuer 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;}' <