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

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

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.