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.

26 lines
586B

  1. salt:
  2. minion:
  3. enabled: true
  4. ca:
  5. vagrant:
  6. common_name: Test CA
  7. country: Czech
  8. state: Prague
  9. locality: Zizkov
  10. days_valid:
  11. authority: 3650
  12. certificate: 90
  13. signing_policy:
  14. cert_server:
  15. type: v3_edge_cert_server
  16. minions: '*'
  17. cert_client:
  18. type: v3_edge_cert_client
  19. minions: '*'
  20. ca_edge:
  21. type: v3_edge_ca
  22. minions: '*'
  23. ca_intermediate:
  24. type: v3_intermediate_ca
  25. minions: '*'