Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
49d7193f
Verified
Commit
49d7193f
authored
Sep 23, 2016
by
Florian Pritz
Browse files
opendkim: Add note about adding the key to DNS
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
3553d5e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
49d7193f
...
...
@@ -19,6 +19,12 @@ it is necessary to run the following once:
certbot certonly --email webmaster@archlinux.org --agree-tos --rsa-key-size 4096 --renew-by-default --webroot -w /var/lib/letsencrypt/ -d
<domain-name>
##### Note about opendkim
The opendkim DNS data has to be added to DNS manually. The roles verifies that the DNS is correct before starting opendkim.
The file that has to be added to the zone is
`/etc/opendkim/private/$selector.txt`
.
## Servers
### vostok
...
...
roles/opendkim/tasks/main.yml
View file @
49d7193f
...
...
@@ -23,6 +23,7 @@
creates
:
/etc/opendkim/private/{{dkim_selector}}.private
chdir
:
/etc/opendkim/private
# see README.md for instruction on how to add the key to DNS. This will fail unless the key in DNS is correct!
-
name
:
verify key in dns
command
:
opendkim-testkey -d archlinux.org -s {{dkim_selector}} -k /etc/opendkim/private/{{dkim_selector}}.private -vvv
tags
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment