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

Fix ca-less test to use X.509 v3 certificates #1215

Merged
merged 1 commit into from Mar 11, 2024

Conversation

t-woerner
Copy link
Member

The generated certificates have been X.509 v1. This is not supported any more. Only X.509 v3 is supported.

A new certificates/extensions.conf file has been added to make v3 certificates.

The existing certificates/pkinit/extensions.conf has been renamed to certificates/pkinit-extensions.conf with additional changes. For example "[kdc_cert]" had to be removed for v3.

The extensions config files are using environment variables, which are set by the generate-certificates.sh script before calling openssl.

The script generate-certificates.sh has been reworked for a simpler structure, also new options have been added: "ca" and "cleanup".

The generated certificates have been X.509 v1. This is not supported any
more. Only X.509 v3 is supported.

A new certificates/extensions.conf file has been added to make v3
certificates.

The existing certificates/pkinit/extensions.conf has been renamed to
certificates/pkinit-extensions.conf with additional changes. For example
"[kdc_cert]" had to be removed for v3.

The extensions config files are using environment variables, which are
set by the generate-certificates.sh script before calling openssl.

The script generate-certificates.sh has been reworked for a simpler
structure, also new options have been added: "ca" and "cleanup".
Copy link

@rafasgj rafasgj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rjeffman rjeffman merged commit 216a5d4 into freeipa:master Mar 11, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants