<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tls on BIFIT Mitigator</title>
    <link>https://docs.mitigator.ru/v26.04/en/tags/tls/</link>
    <description>Recent content in Tls on BIFIT Mitigator</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language><atom:link href="https://docs.mitigator.ru/v26.04/en/tags/tls/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TLS Analyzer</title>
      <link>https://docs.mitigator.ru/v26.04/en/psg/psg-analysis/tls/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.mitigator.ru/v26.04/en/psg/psg-analysis/tls/</guid>
      <description>TLS Analyzer accepts PCAP or a text file as input. JA3 fingerprints are extracted from PCAP and additional information is displayed. Text files analysis allows you to match JA3 hash, JA3 fullstring or User-Agent. For example, you can get JA3 hash and User-Agent list by uploading JA3 fullstring. And if the User-Agent value is entered, then the search will be performed for records that have such a substring in the User-Agent.</description>
    </item>
    <item>
      <title>Custom TLS Certificate</title>
      <link>https://docs.mitigator.ru/v26.04/en/install/advanced/cert/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.mitigator.ru/v26.04/en/install/advanced/cert/</guid>
      <description>To replace the self-signed certificate cert.crt with the key cert.key with your own, you need to mount the certificate and key:
Create a YML file named docker-compose.cert.yml with the following content:
services: nginx: volumes: - ./example.com.crt:/etc/nginx/cert.crt:ro - ./example.com.key:/etc/nginx/cert.key:ro Add docker-compose.cert.yml to the COMPOSE_FILE list in the .env file:
sed -i &amp;#39;s/^COMPOSE_FILE=\(.*\)$/COMPOSE_FILE=\1:docker-compose.cert.yml/&amp;#39; .env Restart the Nginx service:
docker-compose rm -s nginx &amp;amp;&amp;amp; docker-compose up -d nginx </description>
    </item>
  </channel>
</rss>