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

Changed handling certificates for NSS and updated dependencies #130

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

ggtakec
Copy link
Member

@ggtakec ggtakec commented Sep 29, 2023

Relevant Issues/Pull Requests (if applicable)

n/a

Details

The handling of certificates by the NSS library has been changed for Fedora and Rocky Linux.
When loading certificates, it is assumed that the server and client certificates have been converted to PKCS#12 certificates and loaded into NSSDB.
It is also assumed that the CA certificate is also loaded into NSSDB.
In CentOS 7, libnsspem.so exists, but other than that, PEM files cannot be directly imported into NSSDB, so it is handled this way.

Accordingly, chmpxnssutil.sh has been updated and included in the RPM package.
This tool is available for importing PEM certificates into NSSDB on Fedora and Rocky Linux.

And it also updated the versions of dependent packages.

@ggtakec ggtakec merged commit f2aacc0 into yahoojapan:master Sep 29, 2023
15 checks passed
@ggtakec ggtakec deleted the fix_nss branch September 29, 2023 05:20
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.

1 participant