Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| # (c) Thomas Kluyver, 2016 | |
| # Use it under the MIT license | |
| # This is fairly experimental. Use at your own risk. | |
| import ast | |
| from ast import Call, Attribute, Name, Load | |
| import asyncio as asyncio_mod | |
| #import astpp | |
| from IPython.utils.text import indent |