Browse Source

target cert.openssl-text: do not export cert in pem format

Fabian Peter Hammerle 8 years ago
parent
commit
b4de565730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -13,7 +13,7 @@ cert.pem : cert.der
 	openssl x509 -inform der -in $^ -outform pem -out $@
 
 cert.openssl-text : cert.pem
-	openssl x509 -in $^ -text > $@
+	openssl x509 -in $^ -text -noout > $@
 
 clean :
 	-trash gpgsm-params