https://github.com/ztalab/zaca-sdk
Zaca system is equipped with Ca SDK, which can automatically apply for certificates, rotate certificates, and support OCSP verification
https://github.com/ztalab/zaca-sdk
ca ca-sdk zaca
Last synced: 5 months ago
JSON representation
Zaca system is equipped with Ca SDK, which can automatically apply for certificates, rotate certificates, and support OCSP verification
- Host: GitHub
- URL: https://github.com/ztalab/zaca-sdk
- Owner: ztalab
- License: apache-2.0
- Created: 2022-05-20T08:28:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T02:08:53.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T15:36:38.180Z (about 2 years ago)
- Topics: ca, ca-sdk, zaca
- Language: Go
- Homepage:
- Size: 132 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZACA-SDK
### SDK Installation
```
$ go get github.com/ztalab/zaca-sdk
```
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/ztalab/zaca-sdk/tree/master/examples)