Skip to content
Snippets Groups Projects
Commit 5ded4f85 authored by Viktor Norgren's avatar Viktor Norgren
Browse files

Moved all to key

parent 22babd9b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ def main():
#Create a certificate
print("Creating certificate")
run_endorse = "python3 endorse.py --commandfile=det.dat --pkeyname={}".format(keyname)
run_endorse = "python3 endorse.py --commandfile={}.dat --pkeyname={}".format(keyname, keyname)
print("Running: " + run_endorse + "\n")
os.system(run_endorse)
print("Done with certificate\n\n")
......
commandfile = "det.dat"
vnb = "04/01/2023"
vna = "04/01/2024"
DETofC = hex(0x2001003ffe0014050b27c442f9d62167)[2:]
HIofC = hex(0x4a1232bc278359939e3555bf5393bc5b2abd57c7c3b269622d06c164b9795f07)[2:]
DETofP = hex(0x2001003ffe0014054a12792a41175eb9)[2:]
createself = False
DETofC=0x2001003ffe001405ef31dace746cee44
HIofC=0x64df2b799994bb6229052b401540ba33f0dbefc419fb92dfb36af5b14d988501
pkeyname="key"
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment