aapane-SSL-fix.sh(file created)
@@ -0,0 +1,6 @@ | |||
1 | + | # for error: cannot import name '_ED25519_KEY_SIZE' from 'cryptography.hazmat.primitives.asymmetric.ed25519' (/www/server/panel/pyenv/lib/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py) | |
2 | + | ||
3 | + | # from: https://www.aapanel.com/forum/d/20872-problem-ith-generating-ssl-in-php-projects | |
4 | + | ||
5 | + | btpip install -I cryptography==40.0.2 | |
6 | + | bt restart |
更新
更早