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
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:
make cryptogen save public key to a file msp-admin.pem
make nginx serve file msp-admin.pem as /.well-known/msp-admin.pem
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: