25 lines
557 B
YAML
25 lines
557 B
YAML
version: '0.10'
|
|
services:
|
|
- service:
|
|
- name: test
|
|
certificate:
|
|
- private: private
|
|
private_type: variable
|
|
authority: authority
|
|
authority_type: variable
|
|
certificate_type: variable
|
|
text: certificate
|
|
variables:
|
|
- variable:
|
|
- name: certificate
|
|
type: filename
|
|
value:
|
|
- text: /etc/pki/tls/certs/example.crt
|
|
- name: private
|
|
type: filename
|
|
value:
|
|
- text: /etc/pki/tls/private/example.key
|
|
- name: authority
|
|
type: filename
|
|
value:
|
|
- text: /etc/pki/ca-trust/source/anchors/ca_example.crt
|