diff options
Diffstat (limited to 'doc/apps/rsautl.pod')
-rw-r--r-- | doc/apps/rsautl.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod index a7c1681d9859..1a498c2f62e0 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: |