InfluxDB Module - Add Support for influxdb

This commit is contained in:
Mike Reeves
2018-11-17 16:24:23 -05:00
parent 7d7f0bcd56
commit 39602f3ef8
7 changed files with 629 additions and 24 deletions

View File

@@ -38,3 +38,16 @@ x509_signing_policies:
- authorityKeyIdentifier: keyid,issuer:always
- days_valid: 3000
- copypath: /etc/pki/issued_certs/
influxdb:
- minions: '*'
- signing_private_key: /etc/pki/ca.key
- signing_cert: /etc/pki/ca.crt
- C: US
- ST: Utah
- L: Salt Lake City
- basicConstraints: "critical CA:false"
- keyUsage: "critical keyEncipherment"
- subjectKeyIdentifier: hash
- authorityKeyIdentifier: keyid,issuer:always
- days_valid: 3000
- copypath: /etc/pki/issued_certs/