2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 18:42:29 +00:00

Prune excessive leftover ext config files

This commit is contained in:
Jarrod Johnson
2025-11-03 14:21:36 -05:00
parent 5adb5fa780
commit 2826abb7ab

View File

@@ -439,7 +439,7 @@ def create_certificate(keyout=None, certout=None, csrfile=None, subj=None, san=N
os.remove(tmpconfig)
if needcsr:
os.remove(csrfile)
print(extconfig) # os.remove(extconfig)
os.remove(extconfig)
if __name__ == '__main__':