(C-Left) 2015-2025 Piter.NL - Free of use.
See LICENSE.txt for more details.
Security related (Spring) Web & Cryptography code examples.
The code examples in this repository are for demonstration purposes only.
No guarantees are given.
Public Key Infrastructere (PKI) examples.
See pki-demo how to setup your own PKI with custom Root CA, Intermediate CA:
- demos/pki-demo
Some certificate utils/scripts:
- scripts
Java Implemention to create signed Certificates for test environments.
- sec/sec-pki => nl.piter.sec:sec-pki
Spring Boot example how to use tls-ma/mTLS between two microservices.
- web/web.t6-tls => nl.piter.web:web.t6-tls
Spring boot with JWT and LDAP example:
- web/web.t7-jwtldap => nl.piter.web:web.t7-jwtldap
The used JWT tokens above are based on server-side secrets. No PKI example (yet).