bot: Log cert to test
All checks were successful
Build Docker / Build Docker (push) Successful in 16s
All checks were successful
Build Docker / Build Docker (push) Successful in 16s
This commit is contained in:
parent
6a23b9cecd
commit
229cd1aa0c
1
bot.py
1
bot.py
@ -168,6 +168,7 @@ async def ssl(ctx, domain: str):
|
|||||||
|
|
||||||
s_client_process = subprocess.Popen(s_client_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
|
s_client_process = subprocess.Popen(s_client_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
|
||||||
s_client_output, _ = s_client_process.communicate(input=b"\n")
|
s_client_output, _ = s_client_process.communicate(input=b"\n")
|
||||||
|
print(s_client_output.decode("utf-8"), flush=True)
|
||||||
|
|
||||||
certificates = []
|
certificates = []
|
||||||
current_cert = ""
|
current_cert = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user