JoseIgnacioRetamalThomsen / FinalYearProject

Microservices application.
0 stars 0 forks source link

Client server auth #15

Open JoseIgnacioRetamalThomsen opened 5 years ago

JoseIgnacioRetamalThomsen commented 5 years ago

https://grpc.io/docs/guides/auth/

https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/sy10670_.htm

https://itnext.io/practical-guide-to-securing-grpc-connections-with-go-and-tls-part-1-f63058e9d6d1

https://golang.org/pkg/crypto/x509/#Certificate

JoseIgnacioRetamalThomsen commented 5 years ago

We can use this https://www.openssl.org/

JoseIgnacioRetamalThomsen commented 5 years ago

intall opensll windows https://slproweb.com/products/Win32OpenSSL.html

JoseIgnacioRetamalThomsen commented 5 years ago

https://stackoverflow.com/questions/37714558/how-to-enable-server-side-ssl-for-grpc

JoseIgnacioRetamalThomsen commented 5 years ago

https://www.digicert.com/ssl/ https://knowledge.digicert.com/solution/SO27347.html

JoseIgnacioRetamalThomsen commented 5 years ago

https://support.symantec.com/us/en/article.tech242030.html

JoseIgnacioRetamalThomsen commented 5 years ago

letsencrypt.org

JoseIgnacioRetamalThomsen commented 4 years ago

config openssl set OPENSSL_CONF=c:\openssl-win64\bin\openssl.cfg

generate key https://github.com/codequest-eu/grpc-demo/blob/master/keys/generate.sh

JoseIgnacioRetamalThomsen commented 4 years ago

https://github.com/grpc/grpc-java/blob/master/examples/example-tls/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java