Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.0
-
None
-
None
Description
Currently in the DefaultCertificateClient we are adding a few things to our CertificateSignRequest.Builder implementation, but some of the things like subject, and a few other properties are created pretty much the same way for all components but SCM.
This JIRA aims to unify the creation of CSRs for OM, DN, and Recon, and leave just the very specifics to the three related implementation, while let SCM specialize its CSR as needed. It may also be useful to explore if we can use the PKIProfiles to generate CSRs much more generically using them, if so, then the patch may contain that approach at the end.
Attachments
Issue Links
- is related to
-
HDDS-10743 Turn the direct dependency on BouncyCastle to an optional one
- Open