Client SDK for GlobalSign Digital Signing Service API.
- mTLS certificate
- Private Key that used to generate mTLS
- API credentials
Example usage:
- For unipdf integration with unipdf see unipdf-examples.
...
// Create GlobalSign client.
client, err := globalsign.NewClient("<API_KEY>", "<API_SECRET>", "<KEY_PATH>", "<CERT_PATH>")
if err != nil {
return err
}
// Create signature handler.
handler, err := sign_handler.NewGlobalSignDSS(context.Background(), manager, option.SignedBy, map[string]interface{}{
"common_name": "UniDoc"
})
if err != nil {
return err
}
This source code package is licensed with MIT license.
However, when used in a software package with UniPDF it obeys the UniDoc EULA which is available at: https://unidoc.io/eula/
Thanks to @wja-id.
This package is modified from https://github.com/wja-id/globalsign-sdk