mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 12:26:03 +02:00
tls_derive: rename for consistency (#3905)
rename for consistency with other tls options
This commit is contained in:
parent
1ca03bbc19
commit
ab430624f2
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ type Options struct {
|
|||
|
||||
// DeriveInternalDomainCert is an option that would derive certificate authority
|
||||
// and domain certificates from the shared key and use them for internal communication
|
||||
DeriveInternalDomainCert *string `mapstructure:"derive_tls" yaml:"derive_tls,omitempty"`
|
||||
DeriveInternalDomainCert *string `mapstructure:"tls_derive" yaml:"tls_derive,omitempty"`
|
||||
|
||||
// SigningKey is the private key used to add a JWT-signature to upstream requests.
|
||||
// https://www.pomerium.com/docs/topics/getting-users-identity.html
|
||||
|
|
Loading…
Add table
Reference in a new issue