Generate a private root key
openssl genrsa -des3 -out myCA.key 2048Generate a root certificate
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import platform | |
| import random | |
| import re | |
| import string | |
| import sys |
| .container{ | |
| width: 250px; | |
| } | |
| #addr{ | |
| width: 240px; | |
| margin-bottom: 10px; | |
| } | |
| #result{ |
| aniso8601==1.2.1 | |
| Babel==2.4.0 | |
| bcrypt==3.1.3 | |
| blinker==1.4 | |
| cffi==1.10.0 | |
| click==6.7 | |
| dominate==2.3.1 | |
| Flask==0.11.1 | |
| Flask-Admin==1.4.2 | |
| Flask-Babel==0.11.1 |
| -f /usr/share/pip-wheels | |
| aggdraw==1.1.post20051010 | |
| alabaster==0.7.9 | |
| alembic==0.8.6 | |
| aniso8601==1.1.0 | |
| ansible==2.1.0.0 | |
| appdirs==1.4.2 | |
| argh==0.26.2 | |
| async==0.6.2 | |
| attrs==16.2.0 |