Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add built-in PKI #20

Merged
merged 9 commits into from
Nov 4, 2023
Merged

Add built-in PKI #20

merged 9 commits into from
Nov 4, 2023

Conversation

rthellend
Copy link
Collaborator

Description

This change adds new PKI functionality to TLSPROXY. Users can issue and revoke their own certificates, which can be used for TLS client or server authentication on TLSPROXY or other TLS-enabled applications.

TLSPROXY supports OCSP and can publish CRLs.

This change also includes some improvements to passkeys and authentication in general, e.g. forceReAuth, and TLS access control based on SAN EMAIL.

Type of change

  • New feature
  • Feature improvement
  • Bug fix
  • Documentation
  • Cleanup / refactoring
  • Other (please explain)

How is this change tested ?

  • Unit tests
  • Manual tests (explain)
  • Tests are not needed

proxy/internal/pki/keys/keys.go Dismissed Show dismissed Hide dismissed
@rthellend rthellend merged commit 988edee into main Nov 4, 2023
2 checks passed
@rthellend rthellend deleted the pki branch November 4, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant