Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove overzealous argument checking
There are situations where public_key and signing_key can be used together, e.g. when signing a cert with another cert on the same machine: cert: x509.certificate_managed: - name: /etc/pki/www.crt - public_key: /etc/pki/www.key - signing_cert: /etc/pki/root.crt - signing_private_key: /etc/pki/root.key - CN: 'www.local' - subjectAltName: 'IP:127.0.0.1'
- Loading branch information