diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/rsautl.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/rsautl.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/apps/rsautl.pod b/src/lib/libssl/src/doc/apps/rsautl.pod index a7c1681d98..1a498c2f62 100644 --- a/src/lib/libssl/src/doc/apps/rsautl.pod +++ b/src/lib/libssl/src/doc/apps/rsautl.pod | |||
@@ -152,7 +152,7 @@ The final BIT STRING contains the actual signature. It can be extracted with: | |||
152 | 152 | ||
153 | The certificate public key can be extracted with: | 153 | The certificate public key can be extracted with: |
154 | 154 | ||
155 | openssl x509 -in test/testx509.pem -pubout -noout >pubkey.pem | 155 | openssl x509 -in test/testx509.pem -pubkey -noout >pubkey.pem |
156 | 156 | ||
157 | The signature can be analysed with: | 157 | The signature can be analysed with: |
158 | 158 | ||