mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-19 12:07:18 +02:00
5 lines
94 B
Jsonnet
5 lines
94 B
Jsonnet
{
|
|
cert: std.extVar('tls-cert'),
|
|
key: std.extVar('tls-key'),
|
|
ca: std.extVar('tls-ca'),
|
|
}
|