mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-10 02:26:57 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
28
roles/openxpki/templates/config.d/realm/publishing.yaml.j2
Normal file
28
roles/openxpki/templates/config.d/realm/publishing.yaml.j2
Normal file
@@ -0,0 +1,28 @@
|
||||
entity:
|
||||
disk@: connector:publishing.connectors.local
|
||||
|
||||
crl:
|
||||
crl@: connector:publishing.connectors.cdp
|
||||
|
||||
cacert:
|
||||
disk@: connector:publishing.connectors.cacert
|
||||
|
||||
connectors:
|
||||
local:
|
||||
class: Connector::Builtin::File::Path
|
||||
LOCATION: {{ pki_root_dir }}/data/{{ item.0.name }}
|
||||
file: "[% ARGS.0 %].crt"
|
||||
content: "[% pem %]"
|
||||
|
||||
cdp:
|
||||
class: Connector::Builtin::File::Path
|
||||
LOCATION: {{ pki_root_dir }}/data/{{ item.0.name }}
|
||||
file: "crl.pem"
|
||||
content: "[% pem %]"
|
||||
|
||||
cacert:
|
||||
class: Connector::Builtin::File::Path
|
||||
LOCATION: {{ pki_root_dir }}/data/{{ item.0.name }}
|
||||
file: "ca.pem"
|
||||
content: "[% pem %]"
|
||||
|
Reference in New Issue
Block a user