rougail/tests/dictionaries/01base_certificate_owner/yml/00-base.yml

28 lines
584 B
YAML

version: '0.10'
services:
- service:
- name: test
certificate:
- private: private
authority: authority
owner: example
group: example
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
- name: server_name
type: domainname
value:
- text: example.net