I found the solution. The problem is solved. I got the certificate renew.
The solution steps:
- Install the cryptography: pip install cryptography
- In Lib64, link dist-packages to site-package of python2.7: ln -s dist-packages site-pagages
- Run renew with letsencrypt-auto or certbot-auto
Thanks to Jared.m, monodoff, schoen.
Cheers