Skip to content

Add ExtendedKeyUsage extension to X.509 proxies

Duncan Macleod requested to merge x509-proxy-extendedkeyusage into main

This PR modifies the ciecplib.x509.generate_proxy() function to add the ExtendedKeyUsage extension to X.509 proxies. This is based on a comment from @bbockelm when debugging the issue fixes by #119.

Merge request reports