https://github.com/simionrobert/cloud-signature-consortium-asp-net-core
Cloud Signature Consortium Remote Signature Service Provider in ASP.NET Core
https://github.com/simionrobert/cloud-signature-consortium-asp-net-core
asp-net-core cloud-signature-consortium csc csharp digital-signature
Last synced: about 1 year ago
JSON representation
Cloud Signature Consortium Remote Signature Service Provider in ASP.NET Core
- Host: GitHub
- URL: https://github.com/simionrobert/cloud-signature-consortium-asp-net-core
- Owner: simionrobert
- License: apache-2.0
- Created: 2021-02-05T17:14:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T06:17:38.000Z (over 3 years ago)
- Last Synced: 2025-03-27T01:05:35.584Z (about 1 year ago)
- Topics: asp-net-core, cloud-signature-consortium, csc, csharp, digital-signature
- Language: C#
- Homepage:
- Size: 3.82 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cloud-signature-consortium-asp-net-core
A CSC RSSP - Cloud Signature Consortium Remote Signature Service Provider-, written in ASP.NET Core 3.1.
This application follows the [CSC API V1.0.4.0](https://cloudsignatureconsortium.org/resources/download-api-specifications/) specification.
## Run in Docker
You can run the Web sample by running these commands from the root folder (where the .sln file is located):
```
docker-compose build
docker-compose up
```
## Authors
- **Simion Robert George** - [simionrobert](https://github.com/simionrobert)
See also the list of [contributors](https://github.com/simionrobert/CSC-Framework/contributors) who participated in this project.
I really appreciate all kinds of feedback and contributions.
**Aditional notes:**
If you have some issues referring parts of code in the master branch add them in the issues section.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details