Categorygithub.com/deb-ict/go-xmldsig
repositorypackage
0.0.0-20250303210113-2e99a30c2c7a
Repository: https://github.com/deb-ict/go-xmldsig.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

go-xmldsig

Build & Test Quality Gate Status Coverage

XML digital signature

Installation

Install go-xmldsig using go get:

$ go get -u github.com/deb-ict/go-xmldsig

Reference

This code is based on repository russellhaering/goxmldsig and C# SignedXml.
If u star this repository, please star the original code repository as well!

Purpose

This code is a requirement for the go-peppol project where including mime attachment digest in the signature is required.

Generate a test certificate

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365