15 May
2026
15 May
'26
4:29 p.m.
Sorry, I mean:
The following works: crypt_private_key_file = inline:LS0tLS1CRUd......................... crypt_private_key_file = %{home}/pem.key
(where I copied the pem version of the base64 encoded to a file in the home of the user.
The following doesn't work:
crypt_private_key_file = inline:%{userdb:crypt_private_key_file} crypt_private_key_file = inline:%{userdb:key} crypt_private_key_file = inline:%{userdb:userdb_key}