mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
steps to generate the keys used by this demo script
This commit is contained in:
parent
ae5bf2b177
commit
1c5e4e2698
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
from trustify.protocol import chocolate_pb2
|
||||
from popchallenge import *
|
||||
|
||||
# openssl genrsa 2048 > /tmp/priv.pem
|
||||
# openssl genrsa 2048 > /tmp/decoy.pem
|
||||
# openssl rsa -in /tmp/priv.pem -pubout > /tmp/pub.pem
|
||||
|
||||
m = chocolate_pb2.chocolatemessage()
|
||||
r = chocolate_pb2.chocolatemessage()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue