mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-16 05:33:47 +02:00
Encryption keys need to be 32 characters
This commit is contained in:
parent
790ea0369c
commit
3ca05cbf16
1 changed files with 2 additions and 1 deletions
|
@ -106,10 +106,11 @@ Client:
|
||||||
# domain gets set in the rdp file and the domain name is stripped from the username
|
# domain gets set in the rdp file and the domain name is stripped from the username
|
||||||
SplitUserDomain: false
|
SplitUserDomain: false
|
||||||
Security:
|
Security:
|
||||||
# a random string of at least 32 characters to secure cookies on the client
|
# a random string of 32 characters to secure cookies on the client
|
||||||
# make sure to share this amongst different pods
|
# make sure to share this amongst different pods
|
||||||
PAATokenSigningKey: thisisasessionkeyreplacethisjetzt
|
PAATokenSigningKey: thisisasessionkeyreplacethisjetzt
|
||||||
# PAATokenEncryptionKey: thisisasessionkeyreplacethisjetzt
|
# PAATokenEncryptionKey: thisisasessionkeyreplacethisjetzt
|
||||||
|
# a random string of 32 characters to secure cookies on the client
|
||||||
UserTokenEncryptionKey: thisisasessionkeyreplacethisjetzt
|
UserTokenEncryptionKey: thisisasessionkeyreplacethisjetzt
|
||||||
# if you want to enable token generation for the user
|
# if you want to enable token generation for the user
|
||||||
# if true the username will be set to a jwt with the username embedded into it
|
# if true the username will be set to a jwt with the username embedded into it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue