We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66511d8 commit d4a1be1Copy full SHA for d4a1be1
test/chisel2.py
@@ -6,7 +6,7 @@
6
$ virtualenv venv
7
$ . venv/bin/activate
8
$ pip install -r requirements.txt
9
-$ python chisel.py foo.com bar.com
+$ python chisel2.py foo.com bar.com
10
"""
11
from __future__ import print_function
12
import logging
test/requirements.txt
@@ -0,0 +1,5 @@
1
+acme
2
+cryptography
3
+josepy
4
+pyOpenSSL
5
+requests
0 commit comments