Skip to content

Commit

Permalink
yoru -> your
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jun 21, 2024
1 parent 845cb9e commit 13ba4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx_source/tutorials/firststeps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Simple Authentication and Security Layer (SASL) is becoming a prevalant method o

openssl req -new -x509 -nodes -keyout eggdrop.key -out eggdrop.crt

You will need to determine yoru public key fingerprint by using::
You will need to determine your public key fingerprint by using::

openssl x509 -in eggdrop.crt -outform der | sha1sum -b | cut -d' ' -f1

Expand Down

0 comments on commit 13ba4bf

Please sign in to comment.