https://github.com/flowshield/casdk
https://github.com/flowshield/casdk
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowshield/casdk
- Owner: FlowShield
- Created: 2022-07-04T06:35:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T03:56:09.000Z (over 1 year ago)
- Last Synced: 2025-01-08T07:46:48.614Z (over 1 year ago)
- Language: Go
- Size: 252 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CA-SDK
### SDK Installation
```
$ go get github.com/flowshield/casdk
```
The classic usage of the ZACA SDK is that the client and the server use the certificate issued by the CA center for encrypted communication. The following is the usage of the sdk between the client and the server.
See:[Demo](https://github.com/flowshield/casdk/tree/master/examples)