Ales Komarek | 5d17e4b | 2016-04-08 11:53:53 +0200 | [diff] [blame] | 1 | salt: |
| 2 | minion: |
| 3 | enabled: true |
| 4 | cert: |
Ales Komarek | 9a9abb3 | 2016-04-08 21:59:36 +0200 | [diff] [blame] | 5 | test_server: |
Ales Komarek | ffbaaed | 2016-04-08 12:28:27 +0200 | [diff] [blame] | 6 | host: minion.with.ca |
Ales Komarek | 9a9abb3 | 2016-04-08 21:59:36 +0200 | [diff] [blame] | 7 | signing_policy: cert_server |
Ales Komarek | 5d17e4b | 2016-04-08 11:53:53 +0200 | [diff] [blame] | 8 | authority: Company CA |
Ales Komarek | 9a9abb3 | 2016-04-08 21:59:36 +0200 | [diff] [blame] | 9 | common_name: test.server.domain.tld |
Ales Komarek | 370356a | 2016-04-09 10:06:49 +0200 | [diff] [blame] | 10 | alternative_names: DNS:www1.server.domain.tld,DNS:www2.server.domain.tld,IP:1.2.3.4,IP:2.3.4.5 |
Ales Komarek | 9a9abb3 | 2016-04-08 21:59:36 +0200 | [diff] [blame] | 11 | test_client: |
| 12 | host: minion.with.ca |
| 13 | signing_policy: cert_client |
| 14 | authority: Company CA |
| 15 | common_name: test.client.domain.tld |
| 16 | test_edge_ca: |
| 17 | host: minion.with.ca |
| 18 | signing_policy: ca_edge |
| 19 | authority: Company CA |
Ales Komarek | 370356a | 2016-04-09 10:06:49 +0200 | [diff] [blame] | 20 | common_name: test.ca.domain.tld |