-
Notifications
You must be signed in to change notification settings - Fork 30
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 inspection (MITM) with relayd #82
Comments
relayd ssl inspection: lost child: pid 60617 terminated; signal 10 |
For -current file etc/pf.conf, in anchor "internal", child anchor "in"
file etc/relayd.conf
Create your own Certificate Authority (CA), called relayd To start, first generate a new local CA key and certificate:
Create Certificate Signing Requests (CSRs) for relayd TLS server You will also need an SSL server key and cert for 127.0.0.1, see "listen on" in the RELAYS section of relayd.conf(5) and ssl(8) for more details. Note that some new browsers have deprecated using the common name of a certificate and require that subject alt names are provided. This may require the use of -extfile server.ext when self-signing.
Generate a private (unencrypted) key for relayd TLS server:
Generate a Certificate Signing Request (CSR) for relayd TLS server:
Sign the relayd TLS server certificate with relayd CA:
You can also sign the key yourself:
Create the links for "listen on" relay configuration directive:
|
No description provided.
The text was updated successfully, but these errors were encountered: