ZLBer commented on code in PR #523:
URL: https://github.com/apache/dubbo-go-samples/pull/523#discussion_r1135628710
##########
tls/triple/go-server/conf/dubbogo.yml:
##########
@@ -9,7 +9,7 @@ dubbo:
serialization: json
interface: com.apache.dubbogo.samples.rpc.extension.UserProvider
tls_config:
- ca-cert-file:
/home/runner/work/dubbo-go-samples/dubbo-go-samples/tls/x509/client_ca_cert.pem
- tls-cert-file:
/home/runner/work/dubbo-go-samples/dubbo-go-samples/tls/x509/server1_cert.pem
- tls-key-file:
/home/runner/work/dubbo-go-samples/dubbo-go-samples/tls/x509/server1_key.pem
+ ca-cert-file: ../../../x509/client_ca_cert.pem
+ tls-cert-file: ../../../x509/server2_cert.pem
+ tls-key-file: ../../../x509/server2_key.pem
Review Comment:
server1 is similar to server2, all generate by server_ca
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]