Adding upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
28e863dd91
commit
e0857d13c1
77 changed files with 23610 additions and 2331 deletions
11
docs/faq.md
Normal file
11
docs/faq.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Frequently Asked Questions
|
||||
|
||||
## EVE-NG with OpenSSL issue.
|
||||
|
||||
On EVE-NG, you may have to install/upgrade __pyOpenSSL__ in version `23.0.0`:
|
||||
|
||||
```bash
|
||||
# Error when running ardl: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
|
||||
|
||||
$ pip install pyopenssl --upgrade
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue