Skip to content

cetinbaltaci/cb_engine_hsm_service_bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CB Openssl Engine & Nginx HSM Service

This project includes HSM as a service (SoftHSM + Nginx Module) and Web Server (Nginx + OpenSSL_Engine). SoftHSM (disk/keystore/tokens) has PrivateKeys (server and ca) in it. PublicKeys(server.crt, ca.crt) are also found in disk/etc/certs.

Clone Project

git clone https://github.com/cetinbaltaci/cb_engine_hsm_service_bin.git

Build Dockers

docker-compose build

Start Dockers

docker-compose up

Test

openssl s_client -connect localhost:4443 -tls1_2 -CAfile ./disk/etc/certs/ca.crt -showcerts -debug

About

SSL/TLS offloading with openssl engine on HSM Service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published