MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / run_cert_tool

Function run_cert_tool

tests/make_test_certs.py:5–9  ·  view source on GitHub ↗
( args )

Source from the content-addressed store, hash-verified

3import subprocess
4
5def run_cert_tool( args ):
6 args = [ "../../../bin/win64/steamnetworkingsockets_certtool.exe", "--output-json" ] + args
7 #print ' '.join( args )
8 stdout = subprocess.check_output( args )
9 return json.loads( stdout )
10
11def create_keypair():
12 return run_cert_tool( [ "gen_keypair" ] )

Callers 2

create_keypairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected