Bug description
The auto started gateway is missing the signing information.
See
|
async start(options?: OpenshellGatewayStartOptions): Promise<void> { |
A configuration file needs to be generated (see
|
const GATEWAY_CONFIG = `[openshell] |
)
In order to generate the 3 files, call openshell-gateway generate-certs --server-san 127.0.0.1 --server-san localhost --server-san host.openshell.internal --output dir tmpdir and then reference the files in the configuration from that file.
Operating system
MacOS
Installation Method
None
Version
0.2.3
Steps to reproduce
No response
Relevant log output
Additional context
No response
Bug description
The auto started gateway is missing the signing information.
See
kaiden/packages/main/src/plugin/openshell-cli/openshell-gateway.ts
Line 130 in 2719b5c
A configuration file needs to be generated (see
kaiden/extensions/openshell-podman-gateway/src/manager/gateway-container-manager.ts
Line 40 in 35094c9
In order to generate the 3 files, call openshell-gateway generate-certs --server-san 127.0.0.1 --server-san localhost --server-san host.openshell.internal --output dir tmpdir and then reference the files in the configuration from that file.
Operating system
MacOS
Installation Method
None
Version
0.2.3
Steps to reproduce
No response
Relevant log output
Additional context
No response