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

Make www serve default certificate #48

Open
popov-vladimir opened this issue Mar 5, 2019 · 1 comment
Open

Make www serve default certificate #48

popov-vladimir opened this issue Mar 5, 2019 · 1 comment

Comments

@popov-vladimir
Copy link

Use-case: invite a new network participant just by specifying her IP address, so that API node could get the organization name from certificate subject "field"
One of the best practices is to do such discovery service possible is to serve a well-known URI
To do:

  1. make cryptogen save public key to a file msp-admin.pem
  2. make nginx serve file msp-admin.pem as /.well-known/msp-admin.pem
@LeonidLe
Copy link
Collaborator

LeonidLe commented Mar 7, 2019

well-known URI should be served at http.
According to #33 we are going to serve certificates on API container and therefore open only https, to minimize number of open ports.

After #33 this have to be implemented in the API server in a way both http and https are available

LeonidLe added a commit that referenced this issue Mar 7, 2019
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