directory
Version:
v0.0.2502
Opens a new window with list of versions in this module.
Published: Jan 21, 2025
License: Apache-2.0
Opens a new window with license information.
README
¶
Configuration
provisioning-services is expecting to find the following top-level entries in
configuration:
provisioning: provisioning service configuration. See below.
vts: Veraison Trusted Services backend configuration. See trustedservices config.
Provisioning service configuration
listen-addr: the address, in the form <host>:<port> the provisioning
server will be listening on.
protocol (optional): the protocol that will be used. Must be either "http" or "https". Defaults to "https" if not specified.
cert: path to the x509 certificate to be used. Must be specified if protocol is "https"
cert-key: path to the key associated with the certificate specified in cert. Must be specified if protocol is "https"
Example
provisioning:
listen-addr: localhost:8888
protocol: https
cert: provisioning.crt
cert-key: provisioning.key
vts:
server-addr: 127.0.0.1:50051
Directories
¶
|
|
|
mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
cmd
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.