Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detailing the README.md #3

Open
chmike opened this issue Jan 25, 2016 · 0 comments
Open

Detailing the README.md #3

chmike opened this issue Jan 25, 2016 · 0 comments

Comments

@chmike
Copy link

chmike commented Jan 25, 2016

It would help if you could detail the installation procedure

  1. $ sudo apt-get install python3
  2. $ git clone [email protected]:barosl/letsencrypt-simple.git
  3. $ cd letsencrypt-simple
  4. $ virtualenv -p /usr/bin/python3 venv
  5. $ source venv/bin/activate
  6. $ pip install -r requirements.txt
  7. $ cp cfg.sample.toml cfg.toml
  8. Add apropriate domains
  9. $ ./letsencrypt-simple.py

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 $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant