New Saltstack Salt formula
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- 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
|