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

[targetReleaseBranch] Update dirac_cert_convert.py, adding cmd-line option "--legacy" to allow pcks12 certificate with legacy crypto #7418

Closed
wants to merge 1 commit into from

Conversation

mdpunch
Copy link

@mdpunch mdpunch commented Jan 24, 2024

Modified dirac_cert_convert.py to allow pcks12 certificate with legacy crypto

Some providers (cf. CNRS) use certificates with outdated crypto, so need to call openssl with the "-legacy" option.

Modified dirac_cert_convert.py to add a switch for this ("--legacy") using the @Script mechanisms.

Added the long option only, not putting the short option ("-l") since this should be exceptional.

Also added a gLogger.warn() for this.

Modified dirac_cert_convert.py to allow pcks12 certificate with legacy crypto
    
Some providers (cf. CNRS) use certificates with outdated crypto,
so need to call `openssl` with the "-legacy" option.
    
Modified `dirac_cert_convert.py` to add a switch for this ("--legacy") using the `@Script` mechanisms.
    
Added the long option only, not putting the short option ("-l") since this should be exceptional.

Also added a gLogger.warn() for this.
@fstagni
Copy link
Contributor

fstagni commented Jan 24, 2024

Thank you for this. Rebased to correct branch in #7419

@fstagni fstagni closed this Jan 24, 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
Development

Successfully merging this pull request may close these issues.

2 participants