From 346f2f93e1a798cab025a2576d98f020c069e3aa Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 17 Sep 2007 17:54:02 +0000 Subject: [PATCH] PR: 1560 --- doc/apps/rsautl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod index a7c1681d98..1a498c2f62 100644 --- a/doc/apps/rsautl.pod +++ b/doc/apps/rsautl.pod @@ -152,7 +152,7 @@ The final BIT STRING contains the actual signature. It can be extracted with: The certificate public key can be extracted with: - openssl x509 -in test/testx509.pem -pubout -noout >pubkey.pem + openssl x509 -in test/testx509.pem -pubkey -noout >pubkey.pem The signature can be analysed with: -- 2.40.0