Skip to main content

security-txt-policy-server serves `.well-known/security.txt` files.

Project description

python3-cyberfusion-security-txt-policy-server

security-txt-policy-server serves .well-known/security.txt files.

Install

PyPI

Run the following command to install the package from PyPI:

pip3 install python3-cyberfusion-security-txt-policy-server

Debian

Run the following commands to build a Debian package:

mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
dpkg-buildpackage -us -uc

Configure

App

The following environment variables may be specified:

; The app name is used in several places for this app to identify itself (string)
; Default: security-txt-policy-server
APP_NAME=

; The server will bind to this host (string)
; Default: ::1
LISTEN_HOST=

; The server will listen to this port (integer)
; Default: 8080
LISTEN_PORT=

; IP addresses of proxies that are trusted with proxy headers (comma separated list of strings)
; Default: ::1
TRUSTED_PROXY_ADDRESSES=

; The path to your JSON database (string)
; Default: none
DATABASE_PATH=

Only DATABASE_PATH is required to be set. We recommend setting it to /var/lib/security-txt-policy-server.json.

JSON Database

Find an example JSON database in security-txt-policy-server.json.

Properties:

  • domains. List of domains that this security.txt policy is served for.
  • expires_timestamp. UNIX timestamp of security.txt 'Expires' field.
  • email_contacts. (Do not add prefix mailto: which is required by security.txt - the server does this.)
  • url_contacts
  • encryption_key_urls
  • acknowledgment_urls
  • preferred_languages
  • policy_urls
  • opening_urls

Find information about these properties on https://securitytxt.org/.

Usage

Manually

bin/security-txt-policy-server

systemd

systemctl start security-txt-policy-server.service

SSL

Use a proxy that terminates SSL. E.g. HAProxy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file python3_cyberfusion_security_txt_policy_server-1.1.tar.gz.

File metadata

File hashes

Hashes for python3_cyberfusion_security_txt_policy_server-1.1.tar.gz
Algorithm Hash digest
SHA256 da88c0e7908665097e466186ca586d6e4e0700564f72085ecd89e609d21423be
MD5 4eb508ad964d3f7938fdaac1def4e5a3
BLAKE2b-256 de07ecf178582a0323922566bbb4e3b4b631a091daff0b89f6ee5e78f535efa7

See more details on using hashes here.

File details

Details for the file python3_cyberfusion_security_txt_policy_server-1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for python3_cyberfusion_security_txt_policy_server-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c419de1b7b313f2c79589aa37b39f246ce902330246c9523efafbd68e33875ad
MD5 baba731edd703bd88ad4642387f39e1d
BLAKE2b-256 b36a28d619fae9093c27ce880e373426e54a1178862ee6a36a2783d5bb9bcfe9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page