mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-01 04:38:56 +02:00
Adds support for PKCS#11 v2.20 and/or KMIP 1.2 compatible HSMs. Includes backward compatible extensions to the krill.conf syntax. Includes HSM related developer docs. Excludes HSM specific API (REST, krillc, Prometheus) or UI extensions.
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
[server]
|
|
hostname=127.0.0.1
|
|
port=5696
|
|
certificate_path=./server.crt
|
|
key_path=./server.key
|
|
ca_path=./ca.crt
|
|
auth_suite=TLS1.2
|
|
enable_tls_client_auth=False
|
|
tls_cipher_suites=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
|
logging_level=DEBUG
|
|
database_path=/tmp/pykmip.db
|