Added Salt PKI setup, orchestration skeleton
diff --git a/tests/pillar/minion_pki_cert.sls b/tests/pillar/minion_pki_cert.sls
new file mode 100644
index 0000000..13f7515
--- /dev/null
+++ b/tests/pillar/minion_pki_cert.sls
@@ -0,0 +1,7 @@
+salt:
+  minion:
+    enabled: true
+    cert:
+      test_service:
+        authority: Company CA
+        common_name: test.service.domain.tld
\ No newline at end of file