X-Git-Url: https://git.distorted.org.uk/~mdw/ca/blobdiff_plain/624478e5d65e04f6108f58b2938af74144e2e4c0..7d993891a3a9a83577d70e78493de7a51b830fad:/bin/add diff --git a/bin/add b/bin/add index 1c2ae81..6bd128b 100755 --- a/bin/add +++ b/bin/add @@ -77,7 +77,7 @@ db transaction { ## Copy the file away. fresh-temp "$CERTROOT/tmp" tmp { - file copy $file $tmp + exec openssl req -text -in $file -out $tmp } cleanup { file delete $tmp }