Add more properties.

This commit is contained in:
Felix Fontein 2025-04-11 14:02:18 +02:00
parent 6d88064c92
commit 1da23b8173

View File

@ -77,6 +77,13 @@
basic_constraints:
- 'CA:TRUE'
basic_constraints_critical: true
key_usage:
- digitalSignature
- Certificate Sign
key_usage_critical: true
extended_key_usage:
- serverAuth # the same as "TLS Web Server Authentication"
extended_key_usage_critical: true
- name: Create CA certificate
community.crypto.x509_certificate: