This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
salt-master/base/pki/signing_policies.conf
2021-02-16 17:05:41 +01:00

20 lines
541 B
YAML

# -*- 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: "nonRepudiation, digitalSignature, keyEncipherment, keyAgreement"
- extendedKeyUsage: "serverAuth, clientAuth"
- subjectKeyIdentifier: hash
- authorityKeyIdentifier: keyid,issuer:always
- days_valid: 365
- copypath: /etc/pki/issued_certs/