pki management
This commit is contained in:
18
base/pki/signing_policies.conf
Normal file
18
base/pki/signing_policies.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
x509_signing_policies:
|
||||
host:
|
||||
#- minions: 'host'
|
||||
- signing_private_key: /etc/pki/ca.key
|
||||
- signing_cert: /etc/pki/ca.crt
|
||||
- C: DE
|
||||
- ST: Berlin
|
||||
- L: Berlin
|
||||
- basicConstraints: "critical CA:false"
|
||||
- keyUsage: "critical keyEncipherment"
|
||||
- subjectKeyIdentifier: hash
|
||||
- authorityKeyIdentifier: keyid,issuer:always
|
||||
- days_valid: 360
|
||||
- copypath: /etc/pki/issued_certs/
|
||||
Reference in New Issue
Block a user