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