New Saltstack Salt formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- salt:
- minion:
- enabled: true
- cert:
- test_server:
- host: minion.with.ca
- signing_policy: cert_server
- authority: Company CA
- common_name: test.server.domain.tld
- test_client:
- host: minion.with.ca
- signing_policy: cert_client
- authority: Company CA
- common_name: test.client.domain.tld
- test_edge_ca:
- host: minion.with.ca
- signing_policy: ca_edge
- authority: Company CA
- common_name: test.ca.domain.tld
|