diff options
Diffstat (limited to 'doc/apps/rsa.pod')
-rw-r--r-- | doc/apps/rsa.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/rsa.pod b/doc/apps/rsa.pod index f0e613ed05..ef74f1adff 100644 --- a/doc/apps/rsa.pod +++ b/doc/apps/rsa.pod @@ -136,7 +136,7 @@ and Microsoft IIS .key files, this uses unsalted RC4 for its encryption. It is not very secure and so should only be used when necessary. Some newer version of IIS have additional data in the exported .key -files. To use thse with the utility view the file with a binary editor +files. To use these with the utility, view the file with a binary editor and look for the string "private-key", then trace back to the byte sequence 0x30, 0x82 (this is an ASN1 SEQUENCE). Copy all the data from this point onwards to another file and use that as the input |