summaryrefslogtreecommitdiffstats
path: root/doc/HOWTO/certificates.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HOWTO/certificates.txt')
-rw-r--r--doc/HOWTO/certificates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO/certificates.txt b/doc/HOWTO/certificates.txt
index cfd2bdabb1..78ab97b419 100644
--- a/doc/HOWTO/certificates.txt
+++ b/doc/HOWTO/certificates.txt
@@ -30,7 +30,7 @@ keys, so before you create a certificate or a certificate request, you
need to create a private key.
Private keys are generated with 'openssl genrsa -out privkey.pem' if
-you want a RSA private key, or if you want a DSA private key:
+you want an RSA private key, or if you want a DSA private key:
'openssl dsaparam -out dsaparam.pem 2048; openssl gendsa -out privkey.pem dsaparam.pem'.
The private keys created by these commands are not passphrase protected;