fix up key

This commit is contained in:
Kevin Fenzi 2017-02-14 19:39:11 +00:00
parent 241c6144ac
commit e51662b5aa
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ MinimumKeyBits 1024
## Gives the location of a private key to be used for signing ALL messages. This
## directive is ignored if KeyTable is enabled.
KeyFile /etc/opendkim/keys/default.private
KeyFile /etc/opendkim/keys/bastion.key
## Gives the location of a file mapping key names to signing keys. In simple terms,
## this tells OpenDKIM where to find your keys. If present, overrides any KeyFile

View file

@ -19,7 +19,7 @@
- base
- name: install bastion opendkim key from private
copy: src={{ private }}/files/opendkim/bastion.key dest=/etc/opendkim/keys/bastion.key
copy: src={{ private }}/files/opendkim/bastion.key dest=/etc/opendkim/keys/bastion.key mode=0600 owner=opendkim group opendkim
tags:
- opendkim
- config