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

Convergence-Bundle #58

Closed
TaekFang opened this issue Sep 8, 2011 · 2 comments
Closed

Convergence-Bundle #58

TaekFang opened this issue Sep 8, 2011 · 2 comments

Comments

@TaekFang
Copy link

TaekFang commented Sep 8, 2011

I've issued a command to create the .notary or Convergence bundle on my server and this is the results, not sure if i'm missing something or not doing something, i've followed the guide via Wiki install guide.

OS: Ubuntu 11.04 Server 32 Bit
Cmd: $ convergence-bundle

taek@core:~/tmp$ sudo convergence-bundle
Traceback (most recent call last):
File "/usr/local/bin/convergence-bundle", line 95, in
main(sys.argv[1:])
File "/usr/local/bin/convergence-bundle", line 82, in main
certificate = loadCertificate(certFile)
File "/usr/local/bin/convergence-bundle", line 72, in loadCertificate
fd = open(path, "r")
IOError: [Errno 2] No such file or directory: '/etc/ssl/certs/convergence.pem'

@Trellmor
Copy link

Trellmor commented Sep 8, 2011

convergence-bundle defaults to /etc/ssl/certs/convergence.pem for the cert, if your cert is in a different location you have to specify it with -c /path/to/cert.pem

Also see convergence-bundle -h

@TaekFang
Copy link
Author

TaekFang commented Sep 8, 2011

Thank you for explaining that, the wiki should be updated with that information.

@TaekFang TaekFang closed this as completed Sep 8, 2011
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

2 participants