Skip to content

Commit

Permalink
Minor Content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-eiq committed Dec 19, 2023
1 parent c93cef4 commit ed7d5f0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/user-manual.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
=====================
How to use OpenTAXII?
*********************
=====================

Requirements
============
Expand All @@ -21,7 +22,7 @@ Run OpenTAXII
auth_api:
class: opentaxii.auth.sqldb.SQLDatabaseAPI
parameters:
db_connection: sqlite:////tmp/auth.db
db_connection: sqlite:////data/auth.db
create_tables: yes
secret: <secret_password1>
Expand Down Expand Up @@ -74,10 +75,10 @@ Configure OpenTAXII
.. code-block:: yaml
---
accounts:
- username: user1
- username: admin
password: <secret_password2>
is_admin: yes
Change the value for the passwords to more secure values.

Expand Down Expand Up @@ -107,7 +108,7 @@ Interact with OpenTAXII
.. code-block:: python
server = taxii2client.Server(url='http://localhost:9000/taxii2/',
user='user1',
user='admin',
password='<same-password-set-in-data-configuration')
#. Print your server's information.
Expand Down

0 comments on commit ed7d5f0

Please sign in to comment.