Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ACME PKI issuer to specify authority to issue certificates #4902

Closed
abbra opened this issue Nov 18, 2024 · 0 comments · Fixed by #4903 or #4905
Closed

Allow ACME PKI issuer to specify authority to issue certificates #4902

abbra opened this issue Nov 18, 2024 · 0 comments · Fixed by #4903 or #4905

Comments

@abbra
Copy link
Contributor

abbra commented Nov 18, 2024

It is currently not possible to issue ACME certificates using a particular CA authority. In FreeIPA case this makes it impossible to designate a particular subCA to issue ACME certificates and allow individual management of the certificate profiles associated with the CA.

This is due to ACME Issuer class always passing 'null' to both aid and adn when calling CACertClient.enrollRequest() method.

abbra added a commit to abbra/pki that referenced this issue Nov 18, 2024
Allow issuing ACME certificates using a specific authority.
This would allow FreeIPA to specify a particular subCA to handle ACME
certificates.

Fixes: dogtagpki#4902

Signed-off-by: Alexander Bokovoy <[email protected]>
abbra added a commit to abbra/pki that referenced this issue Nov 18, 2024
Allow issuing ACME certificates using a specific authority.
This would allow FreeIPA to specify a particular subCA to handle ACME
certificates.

Fixes: dogtagpki#4902

Signed-off-by: Alexander Bokovoy <[email protected]>
abbra added a commit to abbra/pki that referenced this issue Nov 18, 2024
Allow issuing ACME certificates using a specific authority.
This would allow FreeIPA to specify a particular subCA to handle ACME
certificates.

Fixes: dogtagpki#4902

Signed-off-by: Alexander Bokovoy <[email protected]>
abbra added a commit to abbra/pki that referenced this issue Nov 18, 2024
Allow issuing ACME certificates using a specific authority.
This would allow FreeIPA to specify a particular subCA to handle ACME
certificates.

Fixes: dogtagpki#4902

Signed-off-by: Alexander Bokovoy <[email protected]>
abbra added a commit to abbra/pki that referenced this issue Nov 18, 2024
Allow issuing ACME certificates using a specific authority.
This would allow FreeIPA to specify a particular subCA to handle ACME
certificates.

Fixes: dogtagpki#4902

Signed-off-by: Alexander Bokovoy <[email protected]>
fmarco76 pushed a commit that referenced this issue Nov 18, 2024
Allow issuing ACME certificates using a specific authority.
This would allow FreeIPA to specify a particular subCA to handle ACME
certificates.

Fixes: #4902

Signed-off-by: Alexander Bokovoy <[email protected]>
abbra added a commit to abbra/pki that referenced this issue Nov 19, 2024
fmarco76 pushed a commit that referenced this issue Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant