Generate private key on startup
This commit is contained in:
parent
85667a9cf6
commit
668ce2c7cd
5 changed files with 41 additions and 3 deletions
|
@ -2,8 +2,8 @@ jwtproxy:
|
|||
signer_proxy:
|
||||
enabled: true
|
||||
listen_addr: :8080
|
||||
ca_key_file: /conf/stack/mitm.key
|
||||
ca_crt_file: /conf/stack/mitm.cert
|
||||
ca_key_file: /conf/mitm.key
|
||||
ca_crt_file: /conf/mitm.cert
|
||||
|
||||
signer:
|
||||
issuer: quay
|
||||
|
@ -12,6 +12,7 @@ jwtproxy:
|
|||
private_key:
|
||||
type: autogenerated
|
||||
options:
|
||||
key_folder: /conf
|
||||
key_server:
|
||||
type: keyregistry
|
||||
options:
|
||||
|
|
Reference in a new issue