-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I am trying to run the app via Docker with the following config (the diff between combined.yaml and config.example.yaml):
app:
server:
baseUri: "https://localhost"
opencred:
caStore:
- pem: |
-----BEGIN CERTIFICATE-----
MYCERT
-----END CERTIFICATE-----
signingKeys:
- type: ES256
privateKeyPem: |
-----BEGIN EC PRIVATE KEY-----
MYPRIVATEKEY
-----END EC PRIVATE KEY-----
publicKeyPem: |
-----BEGIN PUBLIC KEY-----
MYPUBKEY
-----END PUBLIC KEY-----
purpose:
- id_token
- authorization_request
…
enableAudit: false
I’m getting Service Unavailable when I visit https://localhost:22443.
Any idea what the problem is?
Metadata
Metadata
Assignees
Labels
No labels