What would you like to be added:
The following fields .spec.subject.organizationalUnits, .spec.subject.organizations, .spec.subject.localities, .spec.subject.provinces, .spec.subject.countries to allow to set the subject for a self-signed certificate.
The only way to set this right now is through creating a CSR, which is not an automation-friendly way.
Why is this needed:
Without a subject, a self-signed cert is technically invalid, and though most libraries are willing to process such certificates, they may patch this in the future.
What would you like to be added:
The following fields
.spec.subject.organizationalUnits, .spec.subject.organizations, .spec.subject.localities, .spec.subject.provinces, .spec.subject.countriesto allow to set the subject for a self-signed certificate.The only way to set this right now is through creating a CSR, which is not an automation-friendly way.
Why is this needed:
Without a subject, a self-signed cert is technically invalid, and though most libraries are willing to process such certificates, they may patch this in the future.