X Tutup
Skip to content

Commit 3e35cb0

Browse files
author
Chris Love
committed
typo fix
1 parent bd184f1 commit 3e35cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Creating Certificates
2525
Self-signed certificates can be created using OpenSSL using the
2626
following steps:
2727

28-
$ openssl genrsa -des3 -passout pass:x -out serer.pass.key 2048
28+
$ openssl genrsa -des3 -passout pass:x -out server.pass.key 2048
2929
$ openssl rsa -passin pass:x -in server.pass.key -out server.key
3030
$ openssl req -new -key server.key -out server.csr
3131
$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt

0 commit comments

Comments
 (0)
X Tutup