From a529a8010862dd7f787be890aeb01ceed95811c4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 17 Sep 2007 17:54:31 +0000 Subject: [PATCH] Update from stable branch. --- 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.34.1