fix up key
This commit is contained in:
parent
241c6144ac
commit
e51662b5aa
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue