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

TLS support #11

Merged
merged 2 commits into from
Nov 27, 2024
Merged

TLS support #11

merged 2 commits into from
Nov 27, 2024

Conversation

metachris
Copy link
Contributor

📝 Summary

Support for TLS encrypted requests. Can create cert+key files, or use existing ones.

New configuration options:

[general]

# TLS configuration
tls_enabled = true
tls_create_if_missing = true
tls_cert_path = "cert.pem"
tls_key_path = "key.pem"
tls_hosts = ["localhost", ""]

⛱ Motivation and Context

Encryption of requests


✅ I have run these commands

  • make lint
  • make test
  • go mod tidy

@metachris metachris force-pushed the tls branch 2 times, most recently from 38f0fbb to aabafae Compare November 25, 2024 16:20
@metachris metachris merged commit a8296e4 into main Nov 27, 2024
2 checks passed
@metachris metachris deleted the tls branch November 27, 2024 08:10
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.

2 participants