An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


ZACA

# 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)