https://github.com/gotoren/perjuryman
【hands-on sample】perjuryman: SSL/TLS verification using "ole ole certificate"
https://github.com/gotoren/perjuryman
certificate-authority go pki ssl tls x509
Last synced: over 1 year ago
JSON representation
【hands-on sample】perjuryman: SSL/TLS verification using "ole ole certificate"
- Host: GitHub
- URL: https://github.com/gotoren/perjuryman
- Owner: GotoRen
- License: mit
- Created: 2022-11-14T15:59:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T05:44:11.000Z (over 3 years ago)
- Last Synced: 2025-02-10T05:55:28.611Z (over 1 year ago)
- Topics: certificate-authority, go, pki, ssl, tls, x509
- Language: Go
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎭 perjuryman: SSL/TLS verification using "ole ole certificate"
## 🌱 Overview
- You can use this source code to verify TLS communication using "ole ole certificate"
.
- Issuing a TLS server certificate with a self-built root CA.
## ✏️ Documents
- [Overview of PKI](./docs/01_pki.md)
- [Information: Perjuryman design](./docs/02_information.md)
- [Usage: How to start perjuryman](./docs/03_usage.md)
## 📚 References
- [RFC 5280 - Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile](https://www.rfc-editor.org/rfc/rfc5280)
- [RFC 8446 - The Transport Layer Security (TLS) Protocol Version 1.3](https://www.rfc-editor.org/rfc/rfc8446)