https://github.com/fandigunawan/mtls-pkcs11
MTLS using PKCS#11
https://github.com/fandigunawan/mtls-pkcs11
cryptography mtls mtls-request pkcs11 smart-card
Last synced: 3 months ago
JSON representation
MTLS using PKCS#11
- Host: GitHub
- URL: https://github.com/fandigunawan/mtls-pkcs11
- Owner: fandigunawan
- License: mit
- Created: 2024-04-05T00:32:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-11T01:49:31.000Z (over 1 year ago)
- Last Synced: 2025-03-17T13:37:06.540Z (7 months ago)
- Topics: cryptography, mtls, mtls-request, pkcs11, smart-card
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTLS using PKCS#11
This project allows you to perform MTLS using PKCS#11.# Build
- Install go version 1.19 or newer
- Run the following commands:
```
go mod vendor
go build
```
- Run `mtls-pkcs11 -h` to see the whole parameters.