{% include 'header.html' %} {% include 'nav_header.html' %}
{% csrf_token %}

TAXII Client (2.x)



Create or Modify TAXII Client Setting

{{ error_msg |default:'' }}

{{ info_msg |default:'' }}

Display Name

Protocol Version
TAXII Server Domain
TAXII Server Port
Login ID
Login Password
Use Certificate Authentication
Certificate
Private Key
API Root
Collection

Push on Adding Files
Community
Uploader
For Consume Collection
For Publish Collection


TAXII Client Configuration

{% if taxii2_clients %} {% for taxii2_client in taxii2_clients %} {% endfor %} {% endif %}
Delete Modify Detail Display Name Domain Port Protocol Version API Root Collection For Consume For Publish Login ID Login Password Use Certificate Push on Adding Files Community Uploader

{{ taxii2_client.name }}

{{ taxii2_client.domain }}

{{ taxii2_client.port }}

{{ taxii2_client.protocol_version }}

{{ taxii2_client.api_root }}

{{ taxii2_client.collection }}

{% if taxii2_client.is_exist_community %}

{{ taxii2_client.community.name}}

{% else %}

<undefined>

{% endif %}
{% if taxii2_client.uploader %}

{{ taxii2_client.uploader_name }}

{% else %}

<undefined>

{% endif %}