-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Description
Describe the bug
If you create a PKI template with values for following fields : organisation, organisational_unit, country, state, locality, ocsp_url. Values of these fields (in PKI template) are removed when you request a certificate through SCEP using this PKI template.
User certificates doesn't contain these values too.
Has been noticed on 11.0.0, can be replicate on devel.
To Reproduce
Steps to reproduce the behavior:
- Create a CA
- Create a PKI template with values for organisation, organisational_unit, country, state, locality, ocsp_url (with SCEP enabled)
- Request a certificate through SCEP
- Look value of fields for PKI template
=> They have been removed
- Look value of fields for user certificate
=> Values are not here
Expected behavior
- PKI template should not be updated by a SCEP request
- User certificate should contain values of PKI template
Additional context
There is no specific error in logs.
Reactions are currently unavailable