Skip to content

Commit

Permalink
Identity update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0w Tom committed Nov 8, 2017
1 parent bdc8e78 commit b23603d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Block_SSL.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,12 @@ def identityUpdate():
dns = "keybase prove dns " + dns
os.system(dns)
elif ans1 == "3":
print "123"
raw_input("Plase your private pgp key to pgp.txt file, in the scripts directory, and press Enter.")
os.system("keybase pgp import -i pgp.txt")
elif ans1 == "4":
print "\nCreating a new key pair:"
print "Warning: This is a pseudo-random generation.\n"
os.system("keybase pgp gen")
else:
print "\nPlease run the script again, with a valid option."
sys.exit()
Expand Down

0 comments on commit b23603d

Please sign in to comment.