Fixed typo

This commit is contained in:
Bojan Čekrlić 2019-02-19 11:02:51 +01:00
parent 928e5d64c7
commit afccfdb3fc

View file

@ -149,7 +149,7 @@ mkdir example.com; cd example.com
opendkim-genkey -s mail -d example.com opendkim-genkey -s mail -d example.com
cd .. cd ..
mkdir example.org; cd example.org mkdir example.org; cd example.org
opendkim-genkey -s mail -d example.corg opendkim-genkey -s mail -d example.org
``` ```
`opendkim-genkey` is usually in your favourite distribution provided by installing `opendkim-tools` or `opendkim-utils`. `opendkim-genkey` is usually in your favourite distribution provided by installing `opendkim-tools` or `opendkim-utils`.