You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may still missing something because I get an exception:
(venv) - ~/Sources/letsencrypt-simple [master|\u2026416]
16:03 $ ./letsencrypt-simple.py
Generating RSA private key, 2048 bit long modulus
..........+++
.....................................................+++
unable to write 'random state'
e is 65537 (0x10001)
Traceback (most recent call last):
File "./letsencrypt-simple.py", line 191, in <module>
main()
File "./letsencrypt-simple.py", line 147, in main
cli = Client(ACCOUNT_KEY_FILE, api_url=api_url)
File "./letsencrypt-simple.py", line 64, in __init__
mod, exp = load_pub_key(account_key)
File "./letsencrypt-simple.py", line 38, in load_pub_key
mod = codecs.decode(mod, 'hex')
LookupError: unknown encoding: hex
(venv) X ~/Sources/letsencrypt-simple [master|\u2026416]
16:04 $
The text was updated successfully, but these errors were encountered:
It would help if you could detail the installation procedure
I may still missing something because I get an exception:
The text was updated successfully, but these errors were encountered: