blob: 386001ea45ac4b3bfcf45c5813028d6930fb378f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
localnodes:
- signing-1
addresses:
signing-1: 127.0.0.1:8088
paths:
configdir: .
https_certfile: httpscert/httpscert-1.pem
https_keyfile: httpscert/httpskey-1.pem
https_cacertfile: httpsca/demoCA/cacert.pem
publickeys: publickeys
logpublickey: keys/logkey.pem
logprivatekey: keys/logkey-private.pem
privatekeys: privatekeys
#hsm:
# library: /usr/local/lib/softhsm/libsofthsm2.so
# slot: 0
# label: mylabel
# pin: ffff
|