摘要:
openssl pkcs12 -export -out server.pfx -inkey server.key -in server.crt 阅读全文
posted @ 2019-06-23 16:30
chester·chen
阅读(1406)
评论(0)
推荐(0)
摘要:
Server端 StartUp类: Service proto Client https://github.com/cysnet/Secure_gRpc https://github.com/cysnet/GRPC_IdentityServer4 https://damienbod.com/2019 阅读全文
posted @ 2019-06-23 12:53
chester·chen
阅读(840)
评论(2)
推荐(0)
摘要:
gRPC中集成asp.net identity实现oAuth认证 在asp.net core 3.0中开启identity认证 asp.net core 3.0种需要导入的identity包与core 2.2发生了些变化: <ItemGroup> <PackageReference Include= 阅读全文
posted @ 2019-06-23 12:50
chester·chen
阅读(614)
评论(0)
推荐(0)