We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fecfb commit c89fbe2Copy full SHA for c89fbe2
src/DIRAC/Core/Security/DiracX.py
@@ -40,7 +40,7 @@
40
41
PEM_BEGIN = "-----BEGIN DIRACX-----"
42
PEM_END = "-----END DIRACX-----"
43
-RE_DIRACX_PEM = re.compile(rf"{PEM_BEGIN}\n(.*)\n{PEM_END}", re.MULTILINE | re.DOTALL)
+RE_DIRACX_PEM = re.compile(rf"{PEM_BEGIN}\n(.*?)\n{PEM_END}",re.DOTALL)
44
45
46
@convertToReturnValue
0 commit comments