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.

minion_pki_cert_extended.sls 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. salt:
  2. #master:
  3. # enabled: true
  4. # accept_policy:
  5. # open_mode
  6. # peer:
  7. # .*:
  8. # - x509.sign_remote_certificate
  9. minion:
  10. enabled: true
  11. cert:
  12. ceph_cert:
  13. all_file:
  14. /srv/salt/pki/ci/ceph-with-key.ci.local.pem
  15. alternative_names:
  16. IP:127.0.0.1,DNS:salt.ci.local,DNS:ceph.ci.local,DNS:radosgw.ci.local,DNS:swift.ci.local
  17. cert_file:
  18. /srv/salt/pki/ci/ceph.ci.local.crt
  19. common_name:
  20. ceph_mon.ci.local
  21. key_file:
  22. /srv/salt/pki/ci/ceph.ci.local.key
  23. authority:
  24. salt-ca-test
  25. host:
  26. salt.ci.local
  27. signing_policy:
  28. cert_server
  29. proxy_cert:
  30. all_file:
  31. /srv/salt/pki/ci/prx-with-key.ci.local.pem
  32. alternative_names:
  33. IP:127.0.0.1,DNS:salt.ci.local,DNS:proxy.ci.local
  34. cert_file:
  35. /srv/salt/pki/ci/prx.ci.local.crt
  36. common_name:
  37. prx.ci.local
  38. key_file:
  39. /srv/salt/pki/ci/prx.ci.local.key
  40. authority:
  41. salt-ca-default
  42. host:
  43. salt.ci.local
  44. signing_policy:
  45. cert_server