1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

steps to generate the keys used by this demo script

This commit is contained in:
Seth Schoen
2013-10-24 15:15:05 -07:00
parent ae5bf2b177
commit 1c5e4e2698

View File

@@ -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()